]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/gui.h
useless code
[guile-irrlicht.git] / src / gui.h
index e713a0a3ef04a32d2d316f81ef59e102ab611aab..b1a3beac0d148fb475e41b0431cafe83dae99376 100644 (file)
--- a/src/gui.h
+++ b/src/gui.h
 #ifndef __GUILE_IRRLICHT_GUI_H_INCLUDED__
 #define __GUILE_IRRLICHT_GUI_H_INCLUDED__
 
-#include <irrlicht/irrlicht.h>
-#include <libguile.h>
-
 extern "C" {
-
   void
   init_gui (void);
-
-  SCM
-  irr_gui_addButton (SCM wrapped_obj,
-                     SCM rectangle,
-                     SCM rest);
-
-  SCM
-  irr_gui_getColor (SCM wrapped_obj,
-                    SCM color);
-
-  SCM
-  irr_gui_getFont (SCM wrapped_obj,
-                   SCM filename,
-                   SCM rest);
-
-  SCM
-  irr_gui_setColor (SCM wrapped_obj,
-                    SCM color,
-                    SCM dest_color);
-
-  SCM
-  irr_gui_setMax (SCM wrapped_obj,
-                  SCM max);
-
-  SCM
-  irr_gui_setOverrideColor (SCM wrapped_obj,
-                            SCM color);
-
 }
 
 #endif