X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui.h;h=b1a3beac0d148fb475e41b0431cafe83dae99376;hb=cda8d6e3636e9ad6878b8e6b0c4449f6f9c635f0;hp=f86abb31af1a44f985cef2b1ead8874997b35eff;hpb=15be0323f62a228707f616c25c4b87cd1d68766f;p=guile-irrlicht.git diff --git a/src/gui.h b/src/gui.h index f86abb3..b1a3bea 100644 --- a/src/gui.h +++ b/src/gui.h @@ -22,28 +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_getFont (SCM wrapped_obj, - SCM filename, - SCM rest); - - SCM - irr_gui_setOverrideColor (SCM wrapped_obj, - SCM color); - } #endif