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.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/battle.cpp') diff --git a/src/map/battle.cpp b/src/map/battle.cpp index 95826bb..5219675 100644 --- a/src/map/battle.cpp +++ b/src/map/battle.cpp @@ -47,6 +47,8 @@ #include "../poison.hpp" +namespace tmwa +{ static Battle_Config init_battle_config(); #pragma GCC diagnostic push @@ -2683,3 +2685,4 @@ void battle_config_check() battle_config.mask_ip_gms = 1; } } +} // namespace tmwa -- cgit v1.2.3-60-g2f50