diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-12 16:18:13 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-12 16:18:13 +0000 |
commit | 197b684831c9701635fd140bbb06a6c2b3f0fcc7 (patch) | |
tree | 035d637cba6634d9195094213d80679838fd925e /src/gui/gui.h | |
parent | 72d8e5065d6c2bdb4c941e91d4280b48afc6d602 (diff) | |
download | mana-197b684831c9701635fd140bbb06a6c2b3f0fcc7.tar.gz mana-197b684831c9701635fd140bbb06a6c2b3f0fcc7.tar.bz2 mana-197b684831c9701635fd140bbb06a6c2b3f0fcc7.tar.xz mana-197b684831c9701635fd140bbb06a6c2b3f0fcc7.zip |
Chat input field to Guichan.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index a29d02b7..b3c989c2 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -103,7 +103,8 @@ extern LexSkin gui_skin; extern BITMAP *gui_bitmap; extern ALFONT_FONT *gui_font; -extern gcn::Container* guitop; // The top container +extern gcn::Container* guiTop; // The top container +extern gcn::AllegroGraphics* guiGraphics; // Graphics driver /* Definition of the callback function prototypes */ typedef int (*gui_buttonCallback)(int id); |