X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-listbox.h;h=0a6d016034974ad8ab6dc7243766e4a5d31f969f;hb=79e12d94cc21232477796a4e76fc2ddb5d88f9dc;hp=23da3322d28d541fa688793a4783f5be75d44376;hpb=f800b6da773b92fad5ebf3db07b8efa2e4e1b46f;p=guile-irrlicht.git diff --git a/src/gui-listbox.h b/src/gui-listbox.h index 23da332..0a6d016 100644 --- a/src/gui-listbox.h +++ b/src/gui-listbox.h @@ -22,23 +22,7 @@ #ifndef __GUILE_IRRLICHT_GUI_LISTBOX_H_INCLUDED__ #define __GUILE_IRRLICHT_GUI_LISTBOX_H_INCLUDED__ -#include -#include -#include "wrapped.h" - -extern "C" { - - void - init_gui_listbox (void); - - DECLARE_WRAPPED_TYPE (irr::gui::IGUIListBox*, init_gui_listbox_type, - gui_listbox_p, wrap_gui_listbox, unwrap_gui_listbox); - - SCM - irr_gui_IGUIListBox_addItem (SCM wrapped_gui_listbox, - SCM text, - SCM icon); - -} +void +init_gui_listbox (void); #endif