X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=include%2FIGUIEnvironment.h;h=8cb15b33d1ac588d54a1c717fddb2ce88bb89bf0;hb=b226e30a662f768934061c7cb0fefc5f31d3b71f;hp=721d02919ec4d9539e31120ce4c64beabdec11c6;hpb=3b8ff07b2c13c111e2b9eebaeaf64c7b17b29019;p=c-irrlicht.git diff --git a/include/IGUIEnvironment.h b/include/IGUIEnvironment.h index 721d029..8cb15b3 100644 --- a/include/IGUIEnvironment.h +++ b/include/IGUIEnvironment.h @@ -36,11 +36,11 @@ extern "C" { irr_gui_IGUIEnvironment_addStaticText(irr_gui_IGUIEnvironment* guienv, const char* text, const irr_core_rect_s32* rectangle, - bool border, - bool wordWrap, + int border, + int wordWrap, irr_gui_IGUIElement* parent, - int32_t id, - bool fillBackground); + int id, + int fillBackground); void irr_gui_IGUIEnvironment_drawAll(irr_gui_IGUIEnvironment* guienv);