X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=include%2Fcirrlicht.h;h=f00e28c28aa1ec96762e53eb7e229d5808a58acd;hb=0f5922af37242ffe33f1b83f5bdfff79639b5d5a;hp=a7a46226418e3d318a99d688cc7809fc271c3d7a;hpb=b226e30a662f768934061c7cb0fefc5f31d3b71f;p=c-irrlicht.git diff --git a/include/cirrlicht.h b/include/cirrlicht.h index a7a4622..f00e28c 100644 --- a/include/cirrlicht.h +++ b/include/cirrlicht.h @@ -22,16 +22,23 @@ #ifndef __C_IRRLICHT_H_INCLUDED__ #define __C_IRRLICHT_H_INCLUDED__ +#include "aabbox3d.h" #include "dimension2d.h" #include "EDriverTypes.h" #include "EMaterialFlags.h" #include "IAnimatedMeshMD2.h" #include "IAnimatedMeshSceneNode.h" #include "ICameraSceneNode.h" +#include "ICursorControl.h" +#include "ICustomSceneNode.h" +#include "IFileArchive.h" +#include "IFileSystem.h" #include "IGUIEnvironment.h" #include "IGUIElement.h" #include "IGUIStaticText.h" +#include "IMeshSceneNode.h" #include "IrrlichtDevice.h" +#include "irrTypes.h" #include "ISceneManager.h" #include "ISceneNode.h" #include "ITexture.h" @@ -39,6 +46,8 @@ #include "rect.h" #include "SColor.h" #include "SExposedVideoData.h" +#include "SKeyMap.h" +#include "SMaterial.h" #include "vector3d.h" #ifdef __cplusplus