]> git.jsancho.org Git - c-irrlicht.git/blobdiff - include/cirrlicht.h
Custom scene node
[c-irrlicht.git] / include / cirrlicht.h
index a40c33aca81dcf9ec3d2de294a1ffb8b0e7fa0b0..f00e28c28aa1ec96762e53eb7e229d5808a58acd 100644 (file)
@@ -22,6 +22,7 @@
 #ifndef __C_IRRLICHT_H_INCLUDED__
 #define __C_IRRLICHT_H_INCLUDED__
 
+#include "aabbox3d.h"
 #include "dimension2d.h"
 #include "EDriverTypes.h"
 #include "EMaterialFlags.h"
@@ -29,6 +30,7 @@
 #include "IAnimatedMeshSceneNode.h"
 #include "ICameraSceneNode.h"
 #include "ICursorControl.h"
+#include "ICustomSceneNode.h"
 #include "IFileArchive.h"
 #include "IFileSystem.h"
 #include "IGUIEnvironment.h"
@@ -36,6 +38,7 @@
 #include "IGUIStaticText.h"
 #include "IMeshSceneNode.h"
 #include "IrrlichtDevice.h"
+#include "irrTypes.h"
 #include "ISceneManager.h"
 #include "ISceneNode.h"
 #include "ITexture.h"
@@ -44,6 +47,7 @@
 #include "SColor.h"
 #include "SExposedVideoData.h"
 #include "SKeyMap.h"
+#include "SMaterial.h"
 #include "vector3d.h"
 
 #ifdef __cplusplus