]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - irrlicht.scm
make-box3d
[guile-irrlicht.git] / irrlicht.scm
index 103ac607dd480c619211ef97b83d04c197a17c35..e2e5a9bc92d131fba8ab928fddb5be764cfe8119 100644 (file)
@@ -21,6 +21,7 @@
 (define-module (irrlicht)
   #:use-module (oop goops)
   #:use-module (irrlicht base)
+  #:use-module (irrlicht core)
   #:use-module (irrlicht device)
   #:use-module (irrlicht gui)
   #:use-module (irrlicht io)
@@ -38,7 +39,9 @@
                create-device
                drop!
                end-scene
+               get-cursor-control
                get-file-system
+               get-fps
                get-gui-environment
                get-mesh
                get-name
                get-texture
                get-video-driver
                is-empty?
+               is-window-active?
+               make-box3d
                run
                set-material-flag!
                set-material-texture!
                set-md2-animation!
                set-position!
                set-visible!
-               set-window-caption!))
+               set-window-caption!
+               yield-device))
 
 ;; Merged methods have to be exported apart
 (re-export draw-all)