]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/video-driver.h
get-name
[guile-irrlicht.git] / src / video-driver.h
index 65df39ace0802f173714372cc338f0215ee40b65..d8cd754adf70112191c07da9644965aa3365b9e6 100644 (file)
@@ -36,11 +36,13 @@ extern "C" {
 
   SCM
   irr_video_beginScene (SCM wrapped_video_driver,
-                        SCM back_buffer,
-                        SCM z_buffer,
-                        SCM color,
-                        SCM video_data,
-                        SCM source_rect);
+                        SCM rest);
+
+  SCM
+  irr_drawAll (SCM wrapped_obj);
+
+  SCM
+  irr_video_endScene (SCM wrapped_video_driver);
 
   SCM
   irr_video_getTexture (SCM wrapped_video_driver,