diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-29 16:26:25 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-29 16:26:25 +0000 |
commit | 9ddc6e0d5208820a374f3bc9b9c5678e013535b2 (patch) | |
tree | 8f536daa9dd1eabd890e1bb97235fec2cad94296 /src/graphic/graphic.h | |
parent | 1265eb758eedb57b8a66d6ebee8f03c22672586c (diff) | |
download | mana-client-9ddc6e0d5208820a374f3bc9b9c5678e013535b2.tar.gz mana-client-9ddc6e0d5208820a374f3bc9b9c5678e013535b2.tar.bz2 mana-client-9ddc6e0d5208820a374f3bc9b9c5678e013535b2.tar.xz mana-client-9ddc6e0d5208820a374f3bc9b9c5678e013535b2.zip |
Ported NPC list dialog to Guichan.
Diffstat (limited to 'src/graphic/graphic.h')
-rw-r--r-- | src/graphic/graphic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h index 40a6d107..564a380e 100644 --- a/src/graphic/graphic.h +++ b/src/graphic/graphic.h @@ -26,6 +26,7 @@ #include "../map.h" #include "../being.h" #include "../gui/buy.h" +#include "../gui/npc.h" #include "../gui/sell.h" #include "../gui/buysell.h" #include "../gui/chat.h" @@ -58,6 +59,7 @@ extern BuyDialog *buyDialog; extern SellDialog *sellDialog; extern BuySellDialog *buySellDialog; extern InventoryWindow *inventoryWindow; +extern NpcListDialog *npcListDialog; // The action listener for the chat field class ChatListener : public gcn::ActionListener { |