X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=include%2Fcirrlicht.h;h=8faa0e3de020d5d3fc31247545e242831a9e8f5a;hb=29e2baf09b55c8d338ddd68a7b79586945675710;hp=dd5029ca4fb305fe312b255a5e71de0b04d5bb3c;hpb=038a20094eff78d23bd91f4143c4543cbded6249;p=c-irrlicht.git diff --git a/include/cirrlicht.h b/include/cirrlicht.h index dd5029c..8faa0e3 100644 --- a/include/cirrlicht.h +++ b/include/cirrlicht.h @@ -22,19 +22,36 @@ #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 "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, - const irr_core_dimension2d_u32* windowSize, - u_int32_t bits, - bool fullscreen, - bool stencilbuffer, - bool vsync); + 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); #ifdef __cplusplus }