X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2FIGUIElement.h;h=ab8db9210550e28e21ad6dcca7796568bc7e3131;hb=a8ec20de5146479a15d388393b37bbf3e346f619;hp=659dcbc4388c66ba897ab2582b2d42e4760ef4c9;hpb=56de371557044d3b7acc14cb94cc46641be906d9;p=guile-irrlicht.git diff --git a/src/IGUIElement.h b/src/IGUIElement.h index 659dcbc..ab8db92 100644 --- a/src/IGUIElement.h +++ b/src/IGUIElement.h @@ -24,7 +24,7 @@ #include #include -#include "util.h" +#include "wrapped.h" extern "C" { @@ -32,7 +32,7 @@ extern "C" { init_gui_element (void); DECLARE_WRAPPED_TYPE (irr::gui::IGUIElement*, init_gui_element_type, - wrap_gui_element, unwrap_gui_element); + gui_element_p, wrap_gui_element, unwrap_gui_element); } #endif