From 2f4fc005937e75d931eb6ef87a3fe16364d45113 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 26 Jun 2014 21:59:27 -0700 Subject: Stick everything in a namespace --- src/proto2/char-user.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/proto2/char-user.hpp') 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 -- cgit v1.2.3-60-g2f50