X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fdevice.h;h=94f63c99e6b37cde78c57baef52eddf18327ff1f;hb=12c23d8b50e25efce7891cc81427c5774340bd18;hp=63732b2dce7265c5224788df1bfaab3d99a34e4b;hpb=d78951bd91783c61b312451198beb31f70b0f8b2;p=guile-irrlicht.git diff --git a/src/device.h b/src/device.h index 63732b2..94f63c9 100644 --- a/src/device.h +++ b/src/device.h @@ -38,6 +38,9 @@ createDevice (SCM device_type, SCM IrrlichtDevice_getCursorControl (SCM device); +SCM +IrrlichtDevice_getFileSystem (SCM device); + SCM IrrlichtDevice_getGUIEnvironment (SCM device);