]> git.jsancho.org Git - c-irrlicht.git/blobdiff - include/IGUIEnvironment.h
C types
[c-irrlicht.git] / include / IGUIEnvironment.h
index 721d02919ec4d9539e31120ce4c64beabdec11c6..e6f2706e9d06137d35c57e8757688f39c9e11449 100644 (file)
    <http://www.gnu.org/licenses/>.
 */
 
-#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 <inttypes.h>
+#include <stdbool.h>
 
 #include "IGUIElement.h"
 #include "IGUIStaticText.h"
@@ -33,17 +36,17 @@ extern "C" {
 #endif
 
   irr_gui_IGUIStaticText*
-  irr_gui_IGUIEnvironment_addStaticText(irr_gui_IGUIEnvironment* guienv,
-                                        const char* text,
-                                        const irr_core_rect_s32* rectangle,
-                                        bool border,
-                                        bool wordWrap,
-                                        irr_gui_IGUIElement* parent,
-                                        int32_t id,
-                                        bool fillBackground);
+  irr_gui_addStaticText(irr_gui_IGUIEnvironment* guienv,
+                        const char* text,
+                        const irr_core_rect_s32* rectangle,
+                        bool border,
+                        bool wordWrap,
+                        irr_gui_IGUIElement* parent,
+                        int32_t id,
+                        bool fillBackground);
 
   void
-  irr_gui_IGUIEnvironment_drawAll(irr_gui_IGUIEnvironment* guienv);
+  irr_gui_drawAll(irr_gui_IGUIEnvironment* guienv);
 
 #ifdef __cplusplus
 }