X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fvideo-driver.h;h=64bf068b65dafb2ea7e46309a30af06fe8137e19;hb=3394d6066c9092a5444c9273f52cea01e2eaf10f;hp=7e3f7279acb09cd7ca329e2978ca13ae4a294f0b;hpb=9a256c6c6a756378cb53c89d42e362bbaa2fc5c0;p=guile-irrlicht.git diff --git a/src/video-driver.h b/src/video-driver.h index 7e3f727..64bf068 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 rest); + + SCM + irr_video_getTexture (SCM wrapped_video_driver, + SCM filename); + SCM irr_getVideoDriver (SCM wrapped_obj);