]> git.jsancho.org Git - c-irrlicht.git/blobdiff - src/IGUIEnvironment.cpp
C compatible types
[c-irrlicht.git] / src / IGUIEnvironment.cpp
index 7f92386c26b5f5ad4786829cd79fc686ee481930..4a5d68b5d2b24234fa70f44e5287352b35779a78 100644 (file)
@@ -28,11 +28,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)
   {
     // Convert to wide char text
     wchar_t *wtext = (wchar_t*)malloc((strlen(text) + 1) * sizeof(wchar_t));