X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-in-out-fader.h;h=74c05e1fd994352299bccd64b2455556397b63bd;hb=058344d17fe203bf37905c5b54c946e323c963c7;hp=a6762ff23bb987e84fcc7efdd79408088d0dea46;hpb=61aadd8525de89016f63572fd474547a1bb932de;p=guile-irrlicht.git diff --git a/src/gui-in-out-fader.h b/src/gui-in-out-fader.h index a6762ff..74c05e1 100644 --- a/src/gui-in-out-fader.h +++ b/src/gui-in-out-fader.h @@ -24,16 +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); - } #endif