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/mob.t.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map/mob.t.hpp') diff --git a/src/map/mob.t.hpp b/src/map/mob.t.hpp index 5e056d5..b96fb09 100644 --- a/src/map/mob.t.hpp +++ b/src/map/mob.t.hpp @@ -25,6 +25,9 @@ # include + +namespace tmwa +{ enum class MobSkillTarget { MST_TARGET = 0, @@ -59,5 +62,6 @@ enum class MobSkillState : uint8_t MSS_LOOT, MSS_CHASE, }; +} // namespace tmwa #endif // TMWA_MAP_MOB_T_HPP -- cgit v1.2.3-70-g09d2