X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2FIGUIElement.cpp;h=810fdb6f694284784f14264c91c318c1dfdf841c;hb=2dfe078cf4082caf641c96449907f36a9029b486;hp=80d767696636dd3e65864503ec66d135a8989fea;hpb=21f12bf4ba8c031b36784e1e0a479535f477cc59;p=guile-irrlicht.git diff --git a/src/IGUIElement.cpp b/src/IGUIElement.cpp index 80d7676..810fdb6 100644 --- a/src/IGUIElement.cpp +++ b/src/IGUIElement.cpp @@ -22,7 +22,7 @@ #include #include #include "IGUIElement.h" -#include "util.h" +#include "wrapped.h" extern "C" { @@ -33,7 +33,7 @@ extern "C" { } DEFINE_WRAPPED_TYPE (irr::gui::IGUIElement*, "gui-element", - init_gui_element_type, + init_gui_element_type, gui_element_p, wrap_gui_element, unwrap_gui_element); }