X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=include%2Fcirrlicht.h;fp=include%2Fcirrlicht.h;h=a7a46226418e3d318a99d688cc7809fc271c3d7a;hb=b226e30a662f768934061c7cb0fefc5f31d3b71f;hp=8faa0e3de020d5d3fc31247545e242831a9e8f5a;hpb=ae7fc2605ca37645b106c8f35400a16d06dba69d;p=c-irrlicht.git diff --git a/include/cirrlicht.h b/include/cirrlicht.h index 8faa0e3..a7a4622 100644 --- a/include/cirrlicht.h +++ b/include/cirrlicht.h @@ -48,10 +48,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 }