X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-scrollbar.h;h=421d8f3c42bf5f8c7dcedcd02d797c3a1f24e7c0;hb=6343b5b67dfe68e1e7270ba6c100603f157d1b31;hp=8dcf7d7e8bfa4c17b2aa9bc77082591119c11129;hpb=c29f09b112d14ca0a37ee6733dc9748eb4e599c2;p=guile-irrlicht.git diff --git a/src/gui-scrollbar.h b/src/gui-scrollbar.h index 8dcf7d7..421d8f3 100644 --- a/src/gui-scrollbar.h +++ b/src/gui-scrollbar.h @@ -22,25 +22,9 @@ #ifndef __GUILE_IRRLICHT_GUI_SCROLLBAR_H_INCLUDED__ #define __GUILE_IRRLICHT_GUI_SCROLLBAR_H_INCLUDED__ -#include -#include -#include "wrapped.h" - extern "C" { - void init_gui_scrollbar (void); - - DECLARE_WRAPPED_TYPE (irr::gui::IGUIScrollBar*, init_gui_scrollbar_type, - gui_scrollbar_p, wrap_gui_scrollbar, unwrap_gui_scrollbar); - - SCM - irr_gui_getPos (SCM wrapped_scrollbar); - - SCM - irr_gui_setPos (SCM wrapped_scrollbar, - SCM pos); - } #endif