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/human_time_diff.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mmo/human_time_diff.hpp') diff --git a/src/mmo/human_time_diff.hpp b/src/mmo/human_time_diff.hpp index 0340a4b..3fd044d 100644 --- a/src/mmo/human_time_diff.hpp +++ b/src/mmo/human_time_diff.hpp @@ -27,6 +27,9 @@ # include "extract.hpp" + +namespace tmwa +{ struct HumanTimeDiff { short year, month, day, hour, minute, second; @@ -84,5 +87,6 @@ bool extract(XString str, HumanTimeDiff *iv) } return true; } +} // namespace tmwa #endif // TMWA_MMO_HUMAN_TIME_DIFF_HPP -- cgit v1.2.3-60-g2f50