X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fdevice.h;h=5081ccd572c92c6d0d38736b7cd7120e9fcbb95f;hb=6dd88690b25a4df65ee7568377e25a0e1bf3af2f;hp=31195c6deb9d96b891e9e9989cf44436530d6ddb;hpb=3394d6066c9092a5444c9273f52cea01e2eaf10f;p=guile-irrlicht.git diff --git a/src/device.h b/src/device.h index 31195c6..5081ccd 100644 --- a/src/device.h +++ b/src/device.h @@ -22,28 +22,7 @@ #ifndef __GUILE_IRRLICHT_DEVICE_H_INCLUDED__ #define __GUILE_IRRLICHT_DEVICE_H_INCLUDED__ -#include -#include -#include "wrapped.h" - -extern "C" { - - void - init_device (void); - - DECLARE_WRAPPED_TYPE (irr::IrrlichtDevice*, init_device_type, - device_p, wrap_device, unwrap_device); - - SCM - irr_createDevice (SCM rest); - - SCM - irr_run (SCM wrapped_device); - - SCM - irr_setWindowCaption (SCM wrapped_device, - SCM text); - -} +void +init_device (void); #endif