X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=95b927745360dd415ba731b1165c73eb80468ea2;hb=73e48b7e6472724899af8284491802e950156004;hp=9b8d63653e3df8c03feaa3da6fc11125d098e1c4;hpb=2806f03eafc48ec9ef02a3dc2d74133eaf11ccc1;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index 9b8d636..95b9277 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -22,28 +22,9 @@ #ifndef __GUILE_IRRLICHT_GUI_ENVIRONMENT_H_INCLUDED__ #define __GUILE_IRRLICHT_GUI_ENVIRONMENT_H_INCLUDED__ -#include -#include -#include "wrapped.h" - extern "C" { - void init_gui_environment (void); - - DECLARE_WRAPPED_TYPE (irr::gui::IGUIEnvironment*, init_gui_environment_type, - gui_environment_p, wrap_gui_environment, unwrap_gui_environment); - - SCM - irr_gui_addStaticText (SCM guienv, - SCM text, - SCM rectangle, - SCM border, - SCM wordWrap, - SCM parent, - SCM id, - SCM fillBackground); - } #endif