X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fdevice.h;h=6c6a1d9c9500499d668649b8ef3591ed2827dc55;hb=6343b5b67dfe68e1e7270ba6c100603f157d1b31;hp=63732b2dce7265c5224788df1bfaab3d99a34e4b;hpb=d78951bd91783c61b312451198beb31f70b0f8b2;p=guile-irrlicht.git diff --git a/src/device.h b/src/device.h index 63732b2..6c6a1d9 100644 --- a/src/device.h +++ b/src/device.h @@ -22,56 +22,6 @@ #ifndef __GUILE_IRRLICHT_DEVICE_H_INCLUDED__ #define __GUILE_IRRLICHT_DEVICE_H_INCLUDED__ -#include -#include - -template -SCM -createDevice (SCM device_type, - SCM window_size, - SCM bits, - SCM fullscreen, - SCM stencilbuffer, - SCM vsync, - SCM receiver); - -SCM -IrrlichtDevice_getCursorControl (SCM device); - -SCM -IrrlichtDevice_getGUIEnvironment (SCM device); - -SCM -IrrlichtDevice_getSceneManager (SCM device); - -SCM -IrrlichtDevice_getTimer (SCM device); - -SCM -IrrlichtDevice_getVideoDriver (SCM device); - -SCM -IrrlichtDevice_isWindowActive (SCM device); - -SCM -IrrlichtDevice_run (SCM device); - -template -SCM -IrrlichtDevice_setEventReceiver (SCM device, - SCM receiver); - -SCM -IrrlichtDevice_setResizable (SCM device, - SCM resize); - -SCM -IrrlichtDevice_setWindowCaption (SCM device, - SCM text); - -SCM -IrrlichtDevice_yield (SCM device); - extern "C" { void init_device (void);