X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fvideo-driver.h;h=2560135a4c39186791a57ab60e60423d58d36f4a;hb=6c94796ace41e3973a11126a2dec855e8591fb51;hp=65df39ace0802f173714372cc338f0215ee40b65;hpb=704cf6c2cc3d308c625071f6e03bd20ed2d833f8;p=guile-irrlicht.git diff --git a/src/video-driver.h b/src/video-driver.h index 65df39a..2560135 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_video_endScene (SCM wrapped_video_driver); + + SCM + irr_video_getFPS (SCM wrapped_video_driver); SCM irr_video_getTexture (SCM wrapped_video_driver,