X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fdevice.h;h=d95e458fecf120b1ae9b2aa16eddab30fdbda2ea;hb=37aba303eccc24a407f1b5b0af81623e47b89a22;hp=8bfb217805714b7c24345a27e7d3a9c365662a8d;hpb=564416a9178fd8cef21364c2d921af6c8166115d;p=guile-irrlicht.git diff --git a/src/device.h b/src/device.h index 8bfb217..d95e458 100644 --- a/src/device.h +++ b/src/device.h @@ -44,7 +44,16 @@ extern "C" { SCM receiver); SCM - irr_IrrlichtDevice_setWindowCaption (SCM wrapped_device, + irr_IrrlichtDevice_getGUIEnvironment (SCM device); + + SCM + irr_IrrlichtDevice_getSceneManager (SCM device); + + SCM + irr_IrrlichtDevice_getVideoDriver (SCM device); + + SCM + irr_IrrlichtDevice_setWindowCaption (SCM device, SCM text); SCM