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/login-admin.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/proto2/login-admin.hpp') diff --git a/src/proto2/login-admin.hpp b/src/proto2/login-admin.hpp index 30cdb8b..f4965d0 100644 --- a/src/proto2/login-admin.hpp +++ b/src/proto2/login-admin.hpp @@ -25,6 +25,8 @@ # include "types.hpp" +namespace tmwa +{ // This is an internal protocol, and can be changed without notice template<> @@ -2214,5 +2216,6 @@ bool network_to_native(Packet_Fixed<0x7955> *native, NetPacket_Fixed<0x7955> net return rv; } +} // namespace tmwa #endif // TMWA_PROTO2_LOGIN_ADMIN_HPP -- cgit v1.2.3-60-g2f50