X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-in-out-fader.h;h=1e9c4d19b7f8bb8f83ee157c56fc21f1a0d96068;hb=43b3e4fbfc4a80af937ba223dfa15ee8b6b8e736;hp=74c05e1fd994352299bccd64b2455556397b63bd;hpb=ada2b81f3dde8085dd583dd71674a7575d096fda;p=guile-irrlicht.git diff --git a/src/gui-in-out-fader.h b/src/gui-in-out-fader.h index 74c05e1..1e9c4d1 100644 --- a/src/gui-in-out-fader.h +++ b/src/gui-in-out-fader.h @@ -22,17 +22,7 @@ #ifndef __GUILE_IRRLICHT_GUI_IN_OUT_FADER_H_INCLUDED__ #define __GUILE_IRRLICHT_GUI_IN_OUT_FADER_H_INCLUDED__ -#include -#include - -SCM -gui_IGUIInOutFader_setColor (SCM in_out_fader, - SCM color, - SCM dest_color); - -extern "C" { - void - init_gui_in_out_fader (void); -} +void +init_gui_in_out_fader (void); #endif