summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-09-26 19:38:02 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-09-26 19:38:02 +0000
commit5f078fc572eb28d9a62a288e7f708d66ec0fc910 (patch)
treea8f53c9a5bfe49c0382ce57968c2842ba1ea480c /src/main.h
parent1e67cb01df788e02c7b248bb22b144d3d8b76cef (diff)
downloadmana-client-5f078fc572eb28d9a62a288e7f708d66ec0fc910.tar.gz
mana-client-5f078fc572eb28d9a62a288e7f708d66ec0fc910.tar.bz2
mana-client-5f078fc572eb28d9a62a288e7f708d66ec0fc910.tar.xz
mana-client-5f078fc572eb28d9a62a288e7f708d66ec0fc910.zip
Now error message is displayed properly when the map server is offline.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 5f404b10..b8d2a052 100644
--- a/src/main.h
+++ b/src/main.h
@@ -24,6 +24,8 @@
#ifndef _TMW_MAIN_H
#define _TMW_MAIN_H
+#include <string>
+
class Image;
class Sound;
@@ -57,6 +59,7 @@ extern short map_port;
extern int account_ID, session_ID1, session_ID2;
extern char sex, n_server, n_character;
extern unsigned char state;
+extern std::string errorMessage;
extern Sound sound;
#endif