irrlicht/include
cutealien ffd7b63af0 API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules.
C++ has undefined behavior for identifiers starting with __ or with _ followed by an uppercase letter.
We still have many more (in IrrCompileConfig.h and in all header-guards), will likely replace those later as well.
As a workaround for users which might use irrlicht defines in their code, I've added the header irrLegacyDefines.h
Including that allows to continue using old defines for a while - or make it easier to have code which compiles 
with old and new Irrlicht library versions.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6251 dfc29bdd-3216-0410-991c-e03cc46cb475
2021-08-27 12:55:10 +00:00
..
aabbox3d.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
CDynamicMeshBuffer.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
CIndexBuffer.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
CMeshBuffer.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
coreutil.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
CVertexBuffer.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
dimension2d.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
driverChoice.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
EAttributes.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ECullingTypes.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
EDebugSceneTypes.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
EDeviceTypes.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
EDriverFeatures.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
EDriverTypes.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
EFocusFlags.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
EGUIAlignment.h Make sure all headers in include can be compiled independently 2021-07-29 18:50:03 +00:00
EGUIElementTypes.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
EHardwareBufferFlags.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
EMaterialFlags.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
EMaterialTypes.h Use BlendFactor only when MaterialType != EMT_ONETEXTURE_BLEND 2020-01-03 14:58:46 +00:00
EMeshWriterEnums.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
EMessageBoxFlags.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
EPrimitiveTypes.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
EReadFileType.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ESceneNodeAnimatorTypes.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ESceneNodeTypes.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
EShaderTypes.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ETerrainElements.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
exampleHelper.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
fast_atof.h Add documentation about LOCALE_DECIMAL_POINTS 2021-07-15 19:33:28 +00:00
heapsort.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IAnimatedMesh.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IAnimatedMeshMD2.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IAnimatedMeshMD3.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IAnimatedMeshSceneNode.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IAttributeExchangingObject.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IAttributes.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IBillboardSceneNode.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IBillboardTextSceneNode.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IBoneSceneNode.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
ICameraSceneNode.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IColladaMeshWriter.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IContextManager.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ICursorControl.h ICursorControl::isVisible is now always returning the flag that was set in setVisible. 2020-05-05 13:19:42 +00:00
IDummyTransformationSceneNode.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IDynamicMeshBuffer.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IEventReceiver.h Add optional multitouch support to X11. 2020-12-29 02:15:27 +00:00
IFileArchive.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IFileList.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IFileSystem.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IGeometryCreator.h createTorusMesh can now create a partial torus 2021-06-28 14:33:08 +00:00
IGPUProgrammingServices.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIButton.h Add getActiveColor functions to IGUIStaticText and IGUIButton 2020-12-10 14:45:30 +00:00
IGUICheckBox.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIColorSelectDialog.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIComboBox.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIContextMenu.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIEditBox.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIElement.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IGUIElementFactory.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIEnvironment.h Add blinkMode parameter to IGUIEnvironment::addModalScreen, so blinking can be suppressed 2021-05-05 13:22:02 +00:00
IGUIFileOpenDialog.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIFont.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIFontBitmap.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IGUIImage.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIImageList.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIInOutFader.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIListBox.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIMeshViewer.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIProfiler.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIScrollBar.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUISkin.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUISpinBox.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUISpriteBank.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIStaticText.h Add getActiveColor functions to IGUIStaticText and IGUIButton 2020-12-10 14:45:30 +00:00
IGUITabControl.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IGUITable.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUIToolbar.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IGUITreeView.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IGUIWindow.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IImage.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IImageLoader.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IImageWriter.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IIndexBuffer.h Make sure all headers in include can be compiled independently 2021-07-29 18:50:03 +00:00
ILightManager.h Make sure all headers in include can be compiled independently 2021-07-29 18:50:03 +00:00
ILightSceneNode.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ILogger.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IMaterialRenderer.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IMaterialRendererServices.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IMemoryReadFile.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IMesh.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IMeshBuffer.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IMeshCache.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IMeshLoader.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IMeshManipulator.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IMeshSceneNode.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IMeshTextureLoader.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IMeshWriter.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IMetaTriangleSelector.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IOctreeSceneNode.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IOSOperator.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IParticleAffector.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IParticleAnimatedMeshSceneNodeEmitter.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IParticleAttractionAffector.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IParticleBoxEmitter.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IParticleCylinderEmitter.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IParticleEmitter.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IParticleFadeOutAffector.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IParticleGravityAffector.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IParticleMeshEmitter.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IParticleRingEmitter.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IParticleRotationAffector.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IParticleSphereEmitter.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IParticleSystemSceneNode.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IProfiler.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IQ3LevelMesh.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IQ3Shader.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IRandomizer.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IReadFile.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IReferenceCounted.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IRenderTarget.h Add comments in IRenderTarget interface. 2021-08-26 16:49:47 +00:00
irrAllocator.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
irrArray.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IrrCompileConfig.h Merging r6172 through r6199 from branch releases/1.8 to trunk 2021-03-18 20:33:59 +00:00
irrLegacyDefines.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
irrlicht.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IrrlichtDevice.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
irrList.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
irrMap.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
irrMath.h Remove 'register' keyword in all c++ code. 2020-06-21 11:38:31 +00:00
irrpack.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
irrString.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
irrTypes.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
irrunpack.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
irrXML.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ISceneCollisionManager.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ISceneLoader.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ISceneManager.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
ISceneNode.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
ISceneNodeAnimator.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
ISceneNodeAnimatorCameraFPS.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ISceneNodeAnimatorCameraMaya.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ISceneNodeAnimatorCollisionResponse.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ISceneNodeAnimatorFactory.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ISceneNodeFactory.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ISceneUserDataSerializer.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IShaderConstantSetCallBack.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IShadowVolumeSceneNode.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ISkinnedMesh.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ITerrainSceneNode.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ITextSceneNode.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ITexture.h Vertex texture sampling support in Direct3D 9 now controlled via texture-flag ETCF_SUPPORT_VERTEXT_TEXTURE 2021-06-04 12:17:01 +00:00
ITimer.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
ITriangleSelector.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IVertexBuffer.h Make sure all headers in include can be compiled independently 2021-07-29 18:50:03 +00:00
IVideoDriver.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IVideoModeList.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IVolumeLightSceneNode.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
IWriteFile.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IXMLReader.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
IXMLWriter.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
Keycodes.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
leakHunter.h Fix include guard in leakHunter.h 2021-08-25 17:23:16 +00:00
line2d.h Merging r6172 through r6199 from branch releases/1.8 to trunk 2021-03-18 20:33:59 +00:00
line3d.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
matrix4.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
path.h Add comment in path.h that the corresponding functions for path are in coreutil.h 2021-08-25 17:39:35 +00:00
plane3d.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
position2d.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
quaternion.h Use f64 version of reciprocal_squareroot in quaternion::normalize for more precision. 2020-01-03 17:09:39 +00:00
rect.h Fix bug in rect::clipAgainst that had caused rects completely outside the rect to be clipped against ending up with one corner outside. 2021-02-11 13:57:53 +00:00
S3DVertex.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
SAnimatedMesh.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
SceneParameters.h Make sure all headers in include can be compiled independently 2021-07-29 18:50:03 +00:00
SColor.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
SExposedVideoData.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
SIrrCreationParameters.h SIrrlichtCreationParameters::WindowResizable no longer bool but has 3 states. 2021-03-06 15:49:43 +00:00
SKeyMap.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
SLight.h Make sure all headers in include can be compiled independently 2021-07-29 18:50:03 +00:00
SMaterial.h Use BlendFactor only when MaterialType != EMT_ONETEXTURE_BLEND 2020-01-03 14:58:46 +00:00
SMaterialLayer.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
SMesh.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
SMeshBuffer.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
SMeshBufferLightMap.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
SMeshBufferTangents.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
SOverrideMaterial.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
SParticle.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
SSharedMeshBuffer.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
SSkinMeshBuffer.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
SVertexIndex.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
SVertexManipulator.h Make sure all headers in include can be compiled independently 2021-07-29 18:50:03 +00:00
SViewFrustum.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
triangle3d.h Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
vector2d.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00
vector3d.h API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules. 2021-08-27 12:55:10 +00:00