X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2FGuileIrrlicht.cpp;h=32fd4ac993ee7929d5d7df2deae5c62df5bb165f;hp=5f8691cd1c0c1244f9832371dee5e2824f41bde1;hb=56de371557044d3b7acc14cb94cc46641be906d9;hpb=03d4e13abc392abec3ef9cb6a97d83a5ae722ca8 diff --git a/src/GuileIrrlicht.cpp b/src/GuileIrrlicht.cpp index 5f8691c..32fd4ac 100644 --- a/src/GuileIrrlicht.cpp +++ b/src/GuileIrrlicht.cpp @@ -20,7 +20,9 @@ */ #include +#include "IGUIElement.h" #include "IGUIEnvironment.h" +#include "IGUIStaticText.h" #include "IrrlichtDevice.h" #include "ISceneManager.h" #include "IVideoDriver.h" @@ -31,7 +33,9 @@ extern "C" { init_guile_irrlicht (void) { init_device (); + init_gui_element (); init_gui_environment (); + init_gui_static_text (); init_scene_manager (); init_video_driver (); }