X-Git-Url: https://git.jsancho.org/?p=c-irrlicht.git;a=blobdiff_plain;f=include%2FIGUIEnvironment.h;fp=include%2FIGUIEnvironment.h;h=e6f2706e9d06137d35c57e8757688f39c9e11449;hp=e97f3d38d13d837f84e0c64b13a6bd498ef95637;hb=59b625c207d1ee8368f04f3c4d675fa393fe94f4;hpb=7e46627fbadd2bcf8169ae429e6fe0a546d2797a diff --git a/include/IGUIEnvironment.h b/include/IGUIEnvironment.h index e97f3d3..e6f2706 100644 --- a/include/IGUIEnvironment.h +++ b/include/IGUIEnvironment.h @@ -22,6 +22,9 @@ #ifndef __C_I_GUI_ENVIRONMENT_H_INCLUDED__ #define __C_I_GUI_ENVIRONMENT_H_INCLUDED__ +#include +#include + #include "IGUIElement.h" #include "IGUIStaticText.h" #include "rect.h" @@ -36,11 +39,11 @@ extern "C" { irr_gui_addStaticText(irr_gui_IGUIEnvironment* guienv, const char* text, const irr_core_rect_s32* rectangle, - int border, - int wordWrap, + bool border, + bool wordWrap, irr_gui_IGUIElement* parent, - int id, - int fillBackground); + int32_t id, + bool fillBackground); void irr_gui_drawAll(irr_gui_IGUIEnvironment* guienv);