]> git.jsancho.org Git - c-irrlicht.git/blobdiff - include/cirrlicht.h
ICursorControl
[c-irrlicht.git] / include / cirrlicht.h
index a091b5fc260de3faf1653313fae71995851b2449..a40c33aca81dcf9ec3d2de294a1ffb8b0e7fa0b0 100644 (file)
 #include "EMaterialFlags.h"
 #include "IAnimatedMeshMD2.h"
 #include "IAnimatedMeshSceneNode.h"
+#include "ICameraSceneNode.h"
+#include "ICursorControl.h"
+#include "IFileArchive.h"
+#include "IFileSystem.h"
 #include "IGUIEnvironment.h"
 #include "IGUIElement.h"
 #include "IGUIStaticText.h"
+#include "IMeshSceneNode.h"
 #include "IrrlichtDevice.h"
 #include "ISceneManager.h"
 #include "ISceneNode.h"
@@ -38,6 +43,7 @@
 #include "rect.h"
 #include "SColor.h"
 #include "SExposedVideoData.h"
+#include "SKeyMap.h"
 #include "vector3d.h"
 
 #ifdef __cplusplus
@@ -47,10 +53,10 @@ extern "C" {
   irr_IrrlichtDevice*
   irr_createDevice(irr_video_E_DRIVER_TYPE deviceType,
                    const irr_core_dimension2d_u32* windowSize,
-                   u_int32_t bits,
-                   bool fullscreen,
-                   bool stencilbuffer,
-                   bool vsync);
+                   unsigned int bits,
+                   int fullscreen,
+                   int stencilbuffer,
+                   int vsync);
 
 #ifdef __cplusplus
 }