summaryrefslogtreecommitdiff
path: root/src/char/char.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/char.hpp')
-rw-r--r--src/char/char.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/char/char.hpp b/src/char/char.hpp
index 112a5af..2389bd9 100644
--- a/src/char/char.hpp
+++ b/src/char/char.hpp
@@ -1,7 +1,8 @@
-// $Id: char.h,v 1.1.1.1 2004/09/10 17:26:50 MagicalTux Exp $
#ifndef CHAR_HPP
#define CHAR_HPP
+#include "../common/mmo.hpp"
+
#define MAX_MAP_SERVERS 30
#define CHAR_CONF_NAME "conf/char_athena.conf"
@@ -30,4 +31,4 @@ int char_log(const char *fmt, ...);
extern int autosave_interval;
-#endif
+#endif // CHAR_HPP