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/any-user.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/proto2/any-user.hpp') diff --git a/src/proto2/any-user.hpp b/src/proto2/any-user.hpp index 6cbf8e3..be77b21 100644 --- a/src/proto2/any-user.hpp +++ b/src/proto2/any-user.hpp @@ -25,6 +25,8 @@ # include "types.hpp" +namespace tmwa +{ // This is a public protocol, and changes require client cooperation template<> @@ -210,5 +212,6 @@ bool network_to_native(Packet_Payload<0x8000> *native, NetPacket_Payload<0x8000> return rv; } +} // namespace tmwa #endif // TMWA_PROTO2_ANY_USER_HPP -- cgit v1.2.3-70-g09d2