X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=include%2Fcirrlicht.h;h=3901e083fdf5861cf378a39fe7c62916c89d7601;hb=ccbe283bd39927b18cf17bb8dc778b9ddb449168;hp=2b459560c2cf95cb1795d45d08ad3725cabf1e09;hpb=c0f82c3ef5dbd59d06e48c25b04f52a089ab93ce;p=c-irrlicht.git diff --git a/include/cirrlicht.h b/include/cirrlicht.h index 2b45956..3901e08 100644 --- a/include/cirrlicht.h +++ b/include/cirrlicht.h @@ -22,13 +22,38 @@ #ifndef __C_IRRLICHT_H_INCLUDED__ #define __C_IRRLICHT_H_INCLUDED__ +#include "dimension2d.h" #include "EDriverTypes.h" +#include "EMaterialFlags.h" +#include "IAnimatedMeshMD2.h" +#include "IAnimatedMeshSceneNode.h" +#include "ICameraSceneNode.h" +#include "IFileArchive.h" +#include "IFileSystem.h" +#include "IGUIEnvironment.h" +#include "IGUIElement.h" +#include "IGUIStaticText.h" +#include "IrrlichtDevice.h" +#include "ISceneManager.h" +#include "ISceneNode.h" +#include "ITexture.h" +#include "IVideoDriver.h" +#include "rect.h" +#include "SColor.h" +#include "SExposedVideoData.h" +#include "vector3d.h" #ifdef __cplusplus extern "C" { #endif - int irr_createDevice(irr_video_E_DRIVER_TYPE deviceType); + irr_IrrlichtDevice* + irr_createDevice(irr_video_E_DRIVER_TYPE deviceType, + const irr_core_dimension2d_u32* windowSize, + unsigned int bits, + int fullscreen, + int stencilbuffer, + int vsync); #ifdef __cplusplus }