summaryrefslogtreecommitdiff
path: root/src/char/inter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/inter.cpp')
-rw-r--r--src/char/inter.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/char/inter.cpp b/src/char/inter.cpp
index 354cba7..1cf41ff 100644
--- a/src/char/inter.cpp
+++ b/src/char/inter.cpp
@@ -51,6 +51,9 @@
#include "../poison.hpp"
+
+namespace tmwa
+{
static
AString accreg_txt = "save/accreg.txt"_s;
@@ -484,3 +487,4 @@ RecvResult inter_parse_frommap(Session *ms, uint16_t packet_id)
return rv;
}
+} // namespace tmwa