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