summaryrefslogtreecommitdiff
path: root/src/proto2/login-char.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto2/login-char.hpp')
-rw-r--r--src/proto2/login-char.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proto2/login-char.hpp b/src/proto2/login-char.hpp
index a2e0b8e..6b96a03 100644
--- a/src/proto2/login-char.hpp
+++ b/src/proto2/login-char.hpp
@@ -25,6 +25,8 @@
# include "types.hpp"
+namespace tmwa
+{
// This is an internal protocol, and can be changed without notice
template<>
@@ -1231,5 +1233,6 @@ bool network_to_native(Packet_Fixed<0x2741> *native, NetPacket_Fixed<0x2741> net
return rv;
}
+} // namespace tmwa
#endif // TMWA_PROTO2_LOGIN_CHAR_HPP