diff options
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index e19db25f..a29d02b7 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -29,6 +29,8 @@ #include <allegro.h> #include <alfont.h> #include <string.h> +#include <guichan.hpp> +#include <guichan/allegro.hpp> typedef struct { BITMAP *grid[9]; @@ -101,6 +103,8 @@ extern LexSkin gui_skin; extern BITMAP *gui_bitmap; extern ALFONT_FONT *gui_font; +extern gcn::Container* guitop; // The top container + /* Definition of the callback function prototypes */ typedef int (*gui_buttonCallback)(int id); typedef char *(*getfuncptr)(int, int *); |