]> git.jsancho.org Git - c-irrlicht.git/blobdiff - include/cirrlicht.h
Custom scene node
[c-irrlicht.git] / include / cirrlicht.h
index 48d96f2e4ef324fb4449bced017be80f483e20f8..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"
@@ -45,6 +47,7 @@
 #include "SColor.h"
 #include "SExposedVideoData.h"
 #include "SKeyMap.h"
+#include "SMaterial.h"
 #include "vector3d.h"
 
 #ifdef __cplusplus