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/battle.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map/battle.hpp') diff --git a/src/map/battle.hpp b/src/map/battle.hpp index 5bf7dde..c5e7d95 100644 --- a/src/map/battle.hpp +++ b/src/map/battle.hpp @@ -35,6 +35,9 @@ # include "map.t.hpp" # include "skill.t.hpp" + +namespace tmwa +{ // ダメージ struct Damage { @@ -223,5 +226,6 @@ extern struct Battle_Config bool battle_config_read(ZString cfgName); void battle_config_check(); +} // namespace tmwa #endif // TMWA_MAP_BATTLE_HPP -- cgit v1.2.3-60-g2f50