]> git.jsancho.org Git - c-irrlicht.git/blobdiff - include/cirrlicht.h
Appropiate method bindings
[c-irrlicht.git] / include / cirrlicht.h
index a091b5fc260de3faf1653313fae71995851b2449..2c30a04e60ff34c61427cddd1a152eb14228bfd6 100644 (file)
 #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 "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"
 #include "IVideoDriver.h"
+#include "matrix4.h"
 #include "rect.h"
+#include "S3DVertex.h"
 #include "SColor.h"
 #include "SExposedVideoData.h"
+#include "SKeyMap.h"
+#include "SMaterial.h"
+#include "vector2d.h"
 #include "vector3d.h"
 
 #ifdef __cplusplus
@@ -47,10 +59,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
 }