]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/gui-environment.h
add-button!
[guile-irrlicht.git] / src / gui-environment.h
index c1e80d86bdb566d1d9ec2bc50ceac93b0ff62c20..e99e133f7237873774e978531cb9f2617e5bd4f5 100644 (file)
@@ -49,9 +49,21 @@ extern "C" {
                          SCM rectangle,
                          SCM rest);
 
+  SCM
+  irr_gui_getBuiltInFont (SCM wrapped_gui_environment);
+
+  SCM
+  irr_gui_getFont (SCM wrapped_gui_environment,
+                   SCM filename);
+
   SCM
   irr_gui_getSkin (SCM wrapped_gui_environment);
 
-}
+  SCM
+  irr_gui_IGUIEnvironment_addButton (SCM wrapped_gui_environment,
+                                     SCM rectangle,
+                                     SCM rest);
+
+  }
 
 #endif