]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/gui-environment.h
Some doc
[guile-irrlicht.git] / src / gui-environment.h
index 1cc5cc630cd572fbdf39d283f4741657d8ed70dc..d621b84284ad32cd358184a67e47cea09ee7df58 100644 (file)
 #ifndef __GUILE_IRRLICHT_GUI_ENVIRONMENT_H_INCLUDED__
 #define __GUILE_IRRLICHT_GUI_ENVIRONMENT_H_INCLUDED__
 
-#include <irrlicht/irrlicht.h>
-#include <libguile.h>
-#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_getFont (SCM wrapped_gui_environment,
-                   SCM filename);
-
-  SCM
-  irr_gui_getSkin (SCM wrapped_gui_environment);
-
-}
+void
+init_gui_environment (void);
 
 #endif