]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/gui.h
useless code
[guile-irrlicht.git] / src / gui.h
index 29c3ee63c1a86b5373d00355af5e079ad1b02280..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_getFont (SCM wrapped_obj,
-                   SCM filename,
-                   SCM rest);
-
-  SCM
-  irr_gui_setMax (SCM wrapped_obj,
-                  SCM max);
-
-  SCM
-  irr_gui_setOverrideColor (SCM wrapped_obj,
-                            SCM color);
-
 }
 
 #endif