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.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map/mob.hpp') diff --git a/src/map/mob.hpp b/src/map/mob.hpp index 8860ab5..87b7d3f 100644 --- a/src/map/mob.hpp +++ b/src/map/mob.hpp @@ -36,6 +36,9 @@ # include "map.hpp" # include "skill.t.hpp" + +namespace tmwa +{ # define ENGLISH_NAME stringish("--en--"_s) # define JAPANESE_NAME stringish("--ja--"_s) # define MOB_THIS_MAP stringish("this"_s) @@ -134,5 +137,6 @@ void mobskill_castend_pos(TimerData *tid, tick_t tick, BlockId id); int mob_summonslave(dumb_ptr md2, int *value, int amount, int flag); void mob_reload(void); +} // namespace tmwa #endif // TMWA_MAP_MOB_HPP -- cgit v1.2.3-60-g2f50