]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - irrlicht.scm
reset-box3d!
[guile-irrlicht.git] / irrlicht.scm
index e823ac038a0dbcff2580814c4932a1e8e5ad4a19..d68ec1b5cd056617ce1ea60d4a2309709067fd76 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)
                get-video-driver
                is-empty?
                is-window-active?
+               make-box3d
+               make-material
+               make-vertex3d
+               reset-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)