X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fdevice.h;h=d95e458fecf120b1ae9b2aa16eddab30fdbda2ea;hp=3a082bee417407803af81d3a30f6c343927b52d3;hb=37aba303eccc24a407f1b5b0af81623e47b89a22;hpb=f842432ad7cfd7f530188e2a4848aea3da03719e diff --git a/src/device.h b/src/device.h index 3a082be..d95e458 100644 --- a/src/device.h +++ b/src/device.h @@ -43,6 +43,12 @@ extern "C" { SCM vsync, SCM receiver); + SCM + irr_IrrlichtDevice_getGUIEnvironment (SCM device); + + SCM + irr_IrrlichtDevice_getSceneManager (SCM device); + SCM irr_IrrlichtDevice_getVideoDriver (SCM device);