summaryrefslogtreecommitdiff
path: root/src/proto2/login-user.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto2/login-user.hpp')
-rw-r--r--src/proto2/login-user.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proto2/login-user.hpp b/src/proto2/login-user.hpp
index 5eda66c..822d224 100644
--- a/src/proto2/login-user.hpp
+++ b/src/proto2/login-user.hpp
@@ -25,6 +25,8 @@
# include "types.hpp"
+namespace tmwa
+{
// This is a public protocol, and changes require client cooperation
template<>
@@ -321,5 +323,6 @@ bool network_to_native(Packet_Fixed<0x006a> *native, NetPacket_Fixed<0x006a> net
return rv;
}
+} // namespace tmwa
#endif // TMWA_PROTO2_LOGIN_USER_HPP