X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2FIGUIEnvironment.h;h=e4d67311920c4f19c822bf50ca8f90b4a9b947b9;hb=2dfe078cf4082caf641c96449907f36a9029b486;hp=6e28bfe77e626dd5c1c956f2f5392a354f3cb995;hpb=56de371557044d3b7acc14cb94cc46641be906d9;p=guile-irrlicht.git diff --git a/src/IGUIEnvironment.h b/src/IGUIEnvironment.h index 6e28bfe..e4d6731 100644 --- a/src/IGUIEnvironment.h +++ b/src/IGUIEnvironment.h @@ -24,7 +24,7 @@ #include #include -#include "util.h" +#include "wrapped.h" extern "C" { @@ -32,7 +32,7 @@ extern "C" { init_gui_environment (void); DECLARE_WRAPPED_TYPE (irr::gui::IGUIEnvironment*, init_gui_environment_type, - wrap_gui_environment, unwrap_gui_environment); + gui_environment_p, wrap_gui_environment, unwrap_gui_environment); SCM irr_gui_addStaticText (SCM guienv,