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/strs.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mmo/strs.hpp') diff --git a/src/mmo/strs.hpp b/src/mmo/strs.hpp index ad2a1b5..16e524a 100644 --- a/src/mmo/strs.hpp +++ b/src/mmo/strs.hpp @@ -25,6 +25,9 @@ # include "../strings/vstring.hpp" + +namespace tmwa +{ // affects CharName # define NAME_IGNORING_CASE 1 @@ -121,5 +124,6 @@ CharName stringish(VString<23> iv) { return CharName(iv); } +} // namespace tmwa #endif // TMWA_MMO_STRS_HPP -- cgit v1.2.3-70-g09d2