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/mmo/version.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mmo/version.hpp') diff --git a/src/mmo/version.hpp b/src/mmo/version.hpp index f2c146b..634c27f 100644 --- a/src/mmo/version.hpp +++ b/src/mmo/version.hpp @@ -27,6 +27,9 @@ # include "../strings/fwd.hpp" + +namespace tmwa +{ // TODO make these bitwise enums # define TMWA_FLAG_REGISTRATION 0x01 @@ -88,5 +91,6 @@ extern Version CURRENT_MAP_SERVER_VERSION; extern LString CURRENT_VERSION_STRING; bool extract(XString str, Version *vers); +} // namespace tmwa #endif // TMWA_MMO_VERSION_HPP -- cgit v1.2.3-70-g09d2