X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Ftimer.h;h=fbae584b36388543c6e136ae9a8d89addc49b0a4;hp=0187e94e42b79aab2b1c095f206bb622e89b6403;hb=1b678022b55a310e5feca208587f82cab17cf529;hpb=2cca3297e02be62c3a5c7aacb5e90d35fe1b1588 diff --git a/src/timer.h b/src/timer.h index 0187e94..fbae584 100644 --- a/src/timer.h +++ b/src/timer.h @@ -22,21 +22,9 @@ #ifndef __GUILE_IRRLICHT_TIMER_H_INCLUDED__ #define __GUILE_IRRLICHT_TIMER_H_INCLUDED__ -#include -#include -#include "wrapped.h" - extern "C" { - void init_timer (void); - - DECLARE_WRAPPED_TYPE (irr::ITimer*, init_timer_type, - timer_p, wrap_timer, unwrap_timer); - - SCM - irr_getTime (SCM wrapped_timer); - } #endif