X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=include%2Fcirrlicht.h;h=3901e083fdf5861cf378a39fe7c62916c89d7601;hb=ccbe283bd39927b18cf17bb8dc778b9ddb449168;hp=73af3f10829a0c99410d173f7df49ffb923e64bb;hpb=2291f72634c35af1cddc9af11d3a6a88a5eb1c3b;p=c-irrlicht.git diff --git a/include/cirrlicht.h b/include/cirrlicht.h index 73af3f1..3901e08 100644 --- a/include/cirrlicht.h +++ b/include/cirrlicht.h @@ -22,15 +22,38 @@ #ifndef __C_IRRLICHT_H_INCLUDED__ #define __C_IRRLICHT_H_INCLUDED__ -#include "EDriverTypes.h" #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_core_dimension2d_u32 windowSize); + 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 }