summaryrefslogtreecommitdiff
path: root/src/gui/npcpostdialog.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-27 11:42:12 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-27 12:15:50 +0100
commit06be39a51f62d365ce84d7815173577d2ecf8496 (patch)
treef4ae92023dd05cbf8d7b9c73e0a8779241202c4c /src/gui/npcpostdialog.h
parent58b33406b1354e6814ed29d55a55a36053445ecd (diff)
downloadmana-client-06be39a51f62d365ce84d7815173577d2ecf8496.tar.gz
mana-client-06be39a51f62d365ce84d7815173577d2ecf8496.tar.bz2
mana-client-06be39a51f62d365ce84d7815173577d2ecf8496.tar.xz
mana-client-06be39a51f62d365ce84d7815173577d2ecf8496.zip
Changed the includes for the net/tmwserv/ directory
Diffstat (limited to 'src/gui/npcpostdialog.h')
-rw-r--r--src/gui/npcpostdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/npcpostdialog.h b/src/gui/npcpostdialog.h
index 73e1e71b..b970f5cf 100644
--- a/src/gui/npcpostdialog.h
+++ b/src/gui/npcpostdialog.h
@@ -52,4 +52,6 @@ private:
TextField *mSender;
};
+extern NpcPostDialog *npcPostDialog;
+
#endif