summaryrefslogtreecommitdiff
path: root/src/map/mob.t.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.t.hpp')
-rw-r--r--src/map/mob.t.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/mob.t.hpp b/src/map/mob.t.hpp
index 160a8a3..54e7ebe 100644
--- a/src/map/mob.t.hpp
+++ b/src/map/mob.t.hpp
@@ -27,6 +27,8 @@
namespace tmwa
{
+namespace map
+{
enum class MobSkillTarget
{
MST_TARGET = 0,
@@ -61,4 +63,5 @@ enum class MobSkillState : uint8_t
MSS_LOOT,
MSS_CHASE,
};
+} // namespace map
} // namespace tmwa