X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=95b927745360dd415ba731b1165c73eb80468ea2;hb=6343b5b67dfe68e1e7270ba6c100603f157d1b31;hp=b26f542e6b344d53526a379987008caa87fe7c62;hpb=37aba303eccc24a407f1b5b0af81623e47b89a22;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index b26f542..95b9277 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -22,67 +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_addImage (SCM wrapped_gui_environment, - SCM image, - SCM position, - SCM rest); - - SCM - irr_gui_addEditBox (SCM wrapped_gui_environment, - SCM text, - SCM rectangle, - SCM rest); - - SCM - irr_gui_addListBox (SCM wrapped_gui_environment, - SCM rectangle, - SCM rest); - - SCM - irr_gui_addScrollBar (SCM wrapped_gui_environment, - SCM horizontal, - SCM rectangle, - SCM rest); - - SCM - irr_gui_addStaticText (SCM wrapped_gui_environment, - SCM text, - SCM rectangle, - SCM rest); - - SCM - irr_gui_addWindow (SCM wrapped_gui_environment, - SCM rectangle, - SCM rest); - - SCM - irr_gui_getBuiltInFont (SCM wrapped_gui_environment); - - SCM - irr_gui_getSkin (SCM wrapped_gui_environment); - - SCM - irr_gui_IGUIEnvironment_addButton (SCM wrapped_gui_environment, - SCM rectangle, - SCM rest); - - SCM - irr_gui_IGUIEnvironment_getFont (SCM wrapped_gui_environment, - SCM filename); - - } +} #endif