summaryrefslogtreecommitdiff
path: root/src/login/login.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/login.cpp')
-rw-r--r--src/login/login.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/login/login.cpp b/src/login/login.cpp
index be38b04..82ab89a 100644
--- a/src/login/login.cpp
+++ b/src/login/login.cpp
@@ -71,6 +71,9 @@
#include "../poison.hpp"
+
+namespace tmwa
+{
constexpr int MAX_SERVERS = 30;
constexpr AccountId START_ACCOUNT_NUM = wrap<AccountId>(2000000);
@@ -3997,3 +4000,4 @@ int do_init(Slice<ZString> argv)
return 0;
}
+} // namespace tmwa