X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fdevice.h;h=ec5875acb9d0c5c29a606aef2b8336554350a75e;hb=6c94796ace41e3973a11126a2dec855e8591fb51;hp=31195c6deb9d96b891e9e9989cf44436530d6ddb;hpb=3394d6066c9092a5444c9273f52cea01e2eaf10f;p=guile-irrlicht.git diff --git a/src/device.h b/src/device.h index 31195c6..ec5875a 100644 --- a/src/device.h +++ b/src/device.h @@ -37,6 +37,9 @@ extern "C" { SCM irr_createDevice (SCM rest); + SCM + irr_isWindowActive (SCM wrapped_device); + SCM irr_run (SCM wrapped_device); @@ -44,6 +47,9 @@ extern "C" { irr_setWindowCaption (SCM wrapped_device, SCM text); + SCM + irr_yield (SCM wrapped_device); + } #endif