summaryrefslogtreecommitdiff
path: root/src/graphic/graphic.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-26 16:12:09 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-26 16:12:09 +0000
commit251031b790ebc5cd677315174d4e46bc4e287718 (patch)
tree0f810a515bd5390f771d0dc41cd2e59e9914732d /src/graphic/graphic.h
parent87bee54dede4d9d80731a01bd8c4e9384e047e58 (diff)
downloadmana-client-251031b790ebc5cd677315174d4e46bc4e287718.tar.gz
mana-client-251031b790ebc5cd677315174d4e46bc4e287718.tar.bz2
mana-client-251031b790ebc5cd677315174d4e46bc4e287718.tar.xz
mana-client-251031b790ebc5cd677315174d4e46bc4e287718.zip
Ported buy dialog, which could still use visual improvement, and added
\|-`~ to the fixed font.
Diffstat (limited to 'src/graphic/graphic.h')
-rw-r--r--src/graphic/graphic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h
index 019cb67f..ad1d02fa 100644
--- a/src/graphic/graphic.h
+++ b/src/graphic/graphic.h
@@ -27,6 +27,7 @@
#include "../game.h"
#include "../map.h"
#include "../being.h"
+#include "../gui/buy.h"
#include "../gui/chat.h"
#include "../gui/inventory.h"
#include "../gui/shop.h"
@@ -52,6 +53,7 @@ extern BITMAP *hairset;
extern char npc_button[10];
extern StatsDialog *statsDialog;
+extern BuyDialog *buyDialog;
// The action listener for the chat field
class ChatListener : public gcn::ActionListener {