X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fcursor-control.h;h=f01bd78c2f419df02fc1c728d48e65d91b323cfe;hb=41a6ad96e81a8d8153c54877c4c12f61100677a9;hp=d7a4bc5fff7dbb526f8a093dde6c716a06ddf887;hpb=fd10e89f595a8ae45d4471a7d77426d0a1b77502;p=guile-irrlicht.git diff --git a/src/cursor-control.h b/src/cursor-control.h index d7a4bc5..f01bd78 100644 --- a/src/cursor-control.h +++ b/src/cursor-control.h @@ -22,25 +22,7 @@ #ifndef __GUILE_IRRLICHT_CURSOR_CONTROL_H_INCLUDED__ #define __GUILE_IRRLICHT_CURSOR_CONTROL_H_INCLUDED__ -#include -#include -#include "wrapped.h" - -extern "C" { - - void - init_cursor_control (void); - - DECLARE_WRAPPED_TYPE (irr::gui::ICursorControl*, init_cursor_control_type, - cursor_control_p, wrap_cursor_control, unwrap_cursor_control); - - SCM - irr_getCursorControl (SCM wrapped_device); - - SCM - irr_gui_setPosition (SCM wrapped_cursor_control, - SCM position); - -} +void +init_cursor_control (void); #endif