X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fgui-listbox.h;h=f4e1ff73783a4e0637bc6f132e4aa99218c47c8c;hb=3e43e86f67532e36c8deb39e0c4aeb74b27c07e2;hp=23da3322d28d541fa688793a4783f5be75d44376;hpb=f800b6da773b92fad5ebf3db07b8efa2e4e1b46f;p=guile-irrlicht.git diff --git a/src/gui-listbox.h b/src/gui-listbox.h index 23da332..f4e1ff7 100644 --- a/src/gui-listbox.h +++ b/src/gui-listbox.h @@ -24,21 +24,15 @@ #include #include -#include "wrapped.h" -extern "C" { +SCM +gui_IGUIListBox_addItem (SCM gui_listbox, + SCM text, + SCM icon); +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); - } #endif