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/map/pc.t.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map/pc.t.hpp') diff --git a/src/map/pc.t.hpp b/src/map/pc.t.hpp index 86817a7..ec882ab 100644 --- a/src/map/pc.t.hpp +++ b/src/map/pc.t.hpp @@ -26,6 +26,9 @@ # include + +namespace tmwa +{ enum class PC_GAINEXP_REASON { KILLING = 0, @@ -52,5 +55,6 @@ enum class CalcStatus NOW, LATER, }; +} // namespace tmwa #endif // TMWA_MAP_PC_T_HPP -- cgit v1.2.3-70-g09d2