X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fvideo-driver.h;h=d8cd754adf70112191c07da9644965aa3365b9e6;hb=f215da151462c3d0fe9bacc535083529ba43e716;hp=65df39ace0802f173714372cc338f0215ee40b65;hpb=704cf6c2cc3d308c625071f6e03bd20ed2d833f8;p=guile-irrlicht.git diff --git a/src/video-driver.h b/src/video-driver.h index 65df39a..d8cd754 100644 --- a/src/video-driver.h +++ b/src/video-driver.h @@ -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,