]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/device.h
get-timer get-time
[guile-irrlicht.git] / src / device.h
index 31195c6deb9d96b891e9e9989cf44436530d6ddb..1a9046d6aed5c0da5c2aba44d91d851e8ee0d2c7 100644 (file)
@@ -37,6 +37,12 @@ extern "C" {
   SCM
   irr_createDevice (SCM rest);
 
+  SCM
+  irr_getTimer (SCM wrapped_device);
+
+  SCM
+  irr_isWindowActive (SCM wrapped_device);
+
   SCM
   irr_run (SCM wrapped_device);
 
@@ -44,6 +50,9 @@ extern "C" {
   irr_setWindowCaption (SCM wrapped_device,
                         SCM text);
 
+  SCM
+  irr_yield (SCM wrapped_device);
+
 }
 
 #endif