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