X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-environment.h;h=d621b84284ad32cd358184a67e47cea09ee7df58;hb=41a6ad96e81a8d8153c54877c4c12f61100677a9;hp=6267e5d45f84eb373b3fb80d4b98716027170335;hpb=272a4db4154e3970be1f0c619fa592d7b6b89f74;p=guile-irrlicht.git diff --git a/src/gui-environment.h b/src/gui-environment.h index 6267e5d..d621b84 100644 --- a/src/gui-environment.h +++ b/src/gui-environment.h @@ -22,54 +22,7 @@ #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_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_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); - - } +void +init_gui_environment (void); #endif