X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fdevice.h;h=5081ccd572c92c6d0d38736b7cd7120e9fcbb95f;hb=e1e79af4472feb78b4ec672f768eb8fdd10670fc;hp=94f63c99e6b37cde78c57baef52eddf18327ff1f;hpb=12c23d8b50e25efce7891cc81427c5774340bd18;p=guile-irrlicht.git diff --git a/src/device.h b/src/device.h index 94f63c9..5081ccd 100644 --- a/src/device.h +++ b/src/device.h @@ -22,62 +22,7 @@ #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_getFileSystem (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); -} +void +init_device (void); #endif