X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fvideo-driver.h;h=65df39ace0802f173714372cc338f0215ee40b65;hp=5137ca47e9d74e92dfb05e67f173ee364c7ea1d2;hb=704cf6c2cc3d308c625071f6e03bd20ed2d833f8;hpb=0471cb27d989e74c5b6b3660853caf2872569f8f diff --git a/src/video-driver.h b/src/video-driver.h index 5137ca4..65df39a 100644 --- a/src/video-driver.h +++ b/src/video-driver.h @@ -34,6 +34,14 @@ extern "C" { DECLARE_WRAPPED_TYPE (irr::video::IVideoDriver*, init_video_driver_type, video_driver_p, wrap_video_driver, unwrap_video_driver); + SCM + irr_video_beginScene (SCM wrapped_video_driver, + SCM back_buffer, + SCM z_buffer, + SCM color, + SCM video_data, + SCM source_rect); + SCM irr_video_getTexture (SCM wrapped_video_driver, SCM filename);