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.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/char/char.hpp b/src/char/char.hpp
index f8adeb9..ffd6f06 100644
--- a/src/char/char.hpp
+++ b/src/char/char.hpp
@@ -31,6 +31,9 @@
# include "../mmo/mmo.hpp"
+
+namespace tmwa
+{
constexpr int MAX_MAP_SERVERS = 30;
struct mmo_map_server
@@ -51,5 +54,6 @@ void char_log(XString line);
# define CHAR_LOG(fmt, ...) \
char_log(STRPRINTF(fmt, ## __VA_ARGS__))
+} // namespace tmwa
#endif // TMWA_CHAR_CHAR_HPP