X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fgui-in-out-fader.h;h=74c05e1fd994352299bccd64b2455556397b63bd;hp=ee799626c0313793f599f2a40412213c32c37fd3;hb=ada2b81f3dde8085dd583dd71674a7575d096fda;hpb=01297d58b47a2e1c3579678c74f53491901b567e diff --git a/src/gui-in-out-fader.h b/src/gui-in-out-fader.h index ee79962..74c05e1 100644 --- a/src/gui-in-out-fader.h +++ b/src/gui-in-out-fader.h @@ -24,21 +24,15 @@ #include #include -#include "wrapped.h" -extern "C" { +SCM +gui_IGUIInOutFader_setColor (SCM in_out_fader, + SCM color, + SCM dest_color); +extern "C" { void init_gui_in_out_fader (void); - - DECLARE_WRAPPED_TYPE (irr::gui::IGUIInOutFader*, init_gui_in_out_fader_type, - gui_in_out_fader_p, wrap_gui_in_out_fader, unwrap_gui_in_out_fader); - - SCM - irr_gui_IGUIInOutFader_setColor (SCM wrapped_in_out_fader, - SCM color, - SCM dest_color); - } #endif