summaryrefslogtreecommitdiff
path: root/src/graphic/graphic.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-20 14:20:10 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-20 14:20:10 +0000
commitfec8d201c51d82c370cb6052209397d88d004490 (patch)
tree57c12776fce97ee9824cd2df2d7ab475014418ef /src/graphic/graphic.h
parent41b0b5c0ed80d812d13c8c92d286a8663084ec58 (diff)
downloadmana-client-fec8d201c51d82c370cb6052209397d88d004490.tar.gz
mana-client-fec8d201c51d82c370cb6052209397d88d004490.tar.bz2
mana-client-fec8d201c51d82c370cb6052209397d88d004490.tar.xz
mana-client-fec8d201c51d82c370cb6052209397d88d004490.zip
Converted the progress bar and stats dialog to Guichan widgets.
Diffstat (limited to 'src/graphic/graphic.h')
-rw-r--r--src/graphic/graphic.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h
index 08ed79d2..4cd00d5b 100644
--- a/src/graphic/graphic.h
+++ b/src/graphic/graphic.h
@@ -33,6 +33,7 @@
#include "../gui/chat.h"
#include "../gui/inventory.h"
#include "../gui/npc.h"
+#include "../gui/stats.h"
#include "../../data/graphic/gfx_data.h"
#include "image.h"
#include <allegro.h>
@@ -49,6 +50,8 @@ extern int map_x, map_y, camera_x, camera_y;
extern BITMAP *hairset;
extern char npc_button[10];
+extern StatsDialog *statsDialog;
+
// The action listener for the chat field
class ChatListener : public gcn::ActionListener {
public: