X-Git-Url: https://git.jsancho.org/?p=c-irrlicht.git;a=blobdiff_plain;f=include%2FIGUIEnvironment.h;h=e97f3d38d13d837f84e0c64b13a6bd498ef95637;hp=8cb15b33d1ac588d54a1c717fddb2ce88bb89bf0;hb=bf35c1c5384d6ccae7b7690ee08c511d036ffaec;hpb=0d3e84eba285627660b03f01da11e197138004f3 diff --git a/include/IGUIEnvironment.h b/include/IGUIEnvironment.h index 8cb15b3..e97f3d3 100644 --- a/include/IGUIEnvironment.h +++ b/include/IGUIEnvironment.h @@ -19,8 +19,8 @@ . */ -#ifndef __C_GUI_ENVIRONMENT_H_INCLUDED__ -#define __C_GUI_ENVIRONMENT_H_INCLUDED__ +#ifndef __C_I_GUI_ENVIRONMENT_H_INCLUDED__ +#define __C_I_GUI_ENVIRONMENT_H_INCLUDED__ #include "IGUIElement.h" #include "IGUIStaticText.h" @@ -33,17 +33,17 @@ extern "C" { #endif irr_gui_IGUIStaticText* - irr_gui_IGUIEnvironment_addStaticText(irr_gui_IGUIEnvironment* guienv, - const char* text, - const irr_core_rect_s32* rectangle, - int border, - int wordWrap, - irr_gui_IGUIElement* parent, - int id, - int fillBackground); + irr_gui_addStaticText(irr_gui_IGUIEnvironment* guienv, + const char* text, + const irr_core_rect_s32* rectangle, + int border, + int wordWrap, + irr_gui_IGUIElement* parent, + int id, + int fillBackground); void - irr_gui_IGUIEnvironment_drawAll(irr_gui_IGUIEnvironment* guienv); + irr_gui_drawAll(irr_gui_IGUIEnvironment* guienv); #ifdef __cplusplus }