X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fvideo-driver.h;h=0957836e62b94d6618564329be057592d3b545fd;hb=4590365d48d5af4b16f64279bcef89cfe340506f;hp=64bf068b65dafb2ea7e46309a30af06fe8137e19;hpb=3394d6066c9092a5444c9273f52cea01e2eaf10f;p=guile-irrlicht.git diff --git a/src/video-driver.h b/src/video-driver.h index 64bf068..0957836 100644 --- a/src/video-driver.h +++ b/src/video-driver.h @@ -38,6 +38,12 @@ extern "C" { irr_video_beginScene (SCM wrapped_video_driver, SCM rest); + SCM + irr_guiscene_drawAll (SCM wrapped_obj); + + SCM + irr_video_endScene (SCM wrapped_video_driver); + SCM irr_video_getTexture (SCM wrapped_video_driver, SCM filename);