diff options
Diffstat (limited to 'src/map/battle.t.hpp')
-rw-r--r-- | src/map/battle.t.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/battle.t.hpp b/src/map/battle.t.hpp index 09e2512..fad357d 100644 --- a/src/map/battle.t.hpp +++ b/src/map/battle.t.hpp @@ -27,6 +27,9 @@ # include "../generic/enum.hpp" + +namespace tmwa +{ namespace e { enum class BF : uint16_t @@ -239,5 +242,6 @@ earray<Races, Race, Race::COUNT> race_shift //= Races::boss, Races::other, }}; +} // namespace tmwa #endif // TMWA_MAP_BATTLE_T_HPP |