X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-in-out-fader.h;h=74c05e1fd994352299bccd64b2455556397b63bd;hb=ba89d42068aa7ee7535946ff61d9bbebdb153f28;hp=ee799626c0313793f599f2a40412213c32c37fd3;hpb=65527be1c7ad3f05ba651c25249fd8300f5f4fad;p=guile-irrlicht.git 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