X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fgui-listbox.h;h=4eb425f4906bdfb19b9893598913eec8a5bce0e8;hp=f4e1ff73783a4e0637bc6f132e4aa99218c47c8c;hb=6343b5b67dfe68e1e7270ba6c100603f157d1b31;hpb=ba89d42068aa7ee7535946ff61d9bbebdb153f28 diff --git a/src/gui-listbox.h b/src/gui-listbox.h index f4e1ff7..4eb425f 100644 --- a/src/gui-listbox.h +++ b/src/gui-listbox.h @@ -22,14 +22,6 @@ #ifndef __GUILE_IRRLICHT_GUI_LISTBOX_H_INCLUDED__ #define __GUILE_IRRLICHT_GUI_LISTBOX_H_INCLUDED__ -#include -#include - -SCM -gui_IGUIListBox_addItem (SCM gui_listbox, - SCM text, - SCM icon); - extern "C" { void init_gui_listbox (void);