X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fcirrlicht.h;h=a40c33aca81dcf9ec3d2de294a1ffb8b0e7fa0b0;hb=3c6f05ad0b0efa2a787e25db274ef67c1a29b4fd;hp=8faa0e3de020d5d3fc31247545e242831a9e8f5a;hpb=29e2baf09b55c8d338ddd68a7b79586945675710;p=c-irrlicht.git diff --git a/include/cirrlicht.h b/include/cirrlicht.h index 8faa0e3..a40c33a 100644 --- a/include/cirrlicht.h +++ b/include/cirrlicht.h @@ -28,9 +28,13 @@ #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" @@ -39,6 +43,7 @@ #include "rect.h" #include "SColor.h" #include "SExposedVideoData.h" +#include "SKeyMap.h" #include "vector3d.h" #ifdef __cplusplus @@ -48,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 }