X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui.h;h=b1a3beac0d148fb475e41b0431cafe83dae99376;hb=6343b5b67dfe68e1e7270ba6c100603f157d1b31;hp=6cab006f4d76c7310184768d14c3c6236792fb0b;hpb=da89e12dbf35ce6452e6a6e2eeb3f83eaeb94c97;p=guile-irrlicht.git diff --git a/src/gui.h b/src/gui.h index 6cab006..b1a3bea 100644 --- a/src/gui.h +++ b/src/gui.h @@ -22,23 +22,9 @@ #ifndef __GUILE_IRRLICHT_GUI_H_INCLUDED__ #define __GUILE_IRRLICHT_GUI_H_INCLUDED__ -#include -#include - extern "C" { - void init_gui (void); - - SCM - irr_gui_addButton (SCM wrapped_obj, - SCM rectangle, - SCM rest); - - SCM - irr_gui_setOverrideColor (SCM wrapped_obj, - SCM color); - } #endif