X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=95b927745360dd415ba731b1165c73eb80468ea2;hb=6343b5b67dfe68e1e7270ba6c100603f157d1b31;hp=c1e80d86bdb566d1d9ec2bc50ceac93b0ff62c20;hpb=60376e14c4cc35b3c8d7e069b083881b5ffe9032;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index c1e80d8..95b9277 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -22,36 +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_getGUIEnvironment (SCM wrapped_obj); - - SCM - irr_gui_addImage (SCM wrapped_gui_environment, - SCM image, - SCM position, - SCM rest); - - SCM - irr_gui_addStaticText (SCM wrapped_gui_environment, - SCM text, - SCM rectangle, - SCM rest); - - SCM - irr_gui_getSkin (SCM wrapped_gui_environment); - } #endif