X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=include%2Fcirrlicht.h;h=6401841b44016dac7f43542fa0257e3e30937859;hb=c08eb5c91c4c76de8decadcb50f1dea7d4c496ca;hp=9a0736843065b63d66e7704a8ab1a6e28e5ce864;hpb=26e0d2232734e893983975b68d3a760b147e8e8c;p=c-irrlicht.git diff --git a/include/cirrlicht.h b/include/cirrlicht.h index 9a07368..6401841 100644 --- a/include/cirrlicht.h +++ b/include/cirrlicht.h @@ -22,10 +22,20 @@ #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 "IGUIEnvironment.h" #include "IrrlichtDevice.h" -#include "dimension2d.h" +#include "ISceneManager.h" +#include "ISceneNode.h" +#include "ITexture.h" +#include "IVideoDriver.h" +#include "rect.h" +#include "SColor.h" +#include "vector3d.h" #ifdef __cplusplus extern "C" {