X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fcursor-control.h;h=dba60649981fd253392abb321d5df08b585e4038;hb=d78951bd91783c61b312451198beb31f70b0f8b2;hp=1d4677c24384ef3d12230a20dd23779e7f52aa1b;hpb=8876c6e31fddf00f9764d9fe73930d8dc8fc6c4a;p=guile-irrlicht.git diff --git a/src/cursor-control.h b/src/cursor-control.h index 1d4677c..dba6064 100644 --- a/src/cursor-control.h +++ b/src/cursor-control.h @@ -24,26 +24,17 @@ #include #include -#include "wrapped.h" -extern "C" { +SCM +gui_ICursorControl_getPosition (SCM cursor_control); + +SCM +gui_ICursorControl_setPosition (SCM cursor_control, + SCM position); +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_getPosition (SCM wrapped_cursor_control); - - SCM - irr_gui_setPosition (SCM wrapped_cursor_control, - SCM position); - } #endif