X-Git-Url: https://git.jsancho.org/?p=c-irrlicht.git;a=blobdiff_plain;f=include%2FIGUIEnvironment.h;h=8cb15b33d1ac588d54a1c717fddb2ce88bb89bf0;hp=721d02919ec4d9539e31120ce4c64beabdec11c6;hb=b226e30a662f768934061c7cb0fefc5f31d3b71f;hpb=ae7fc2605ca37645b106c8f35400a16d06dba69d 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);