X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fdevice.h;h=ccf6482a5196655c89f43705e2a48da3b3a3eb38;hb=df1ada6981c0c98038ba5fe2f09993934405dff2;hp=1a9046d6aed5c0da5c2aba44d91d851e8ee0d2c7;hpb=56bdd24ab9463c0bba4d5be87b2933e6a817ccee;p=guile-irrlicht.git diff --git a/src/device.h b/src/device.h index 1a9046d..ccf6482 100644 --- a/src/device.h +++ b/src/device.h @@ -46,6 +46,14 @@ extern "C" { SCM irr_run (SCM wrapped_device); + SCM + irr_setEventReceiver (SCM wrapped_device, + SCM receiver); + + SCM + irr_setResizable (SCM wrapped_device, + SCM resize); + SCM irr_setWindowCaption (SCM wrapped_device, SCM text);