summaryrefslogtreecommitdiff
path: root/src/map/battle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/battle.hpp')
-rw-r--r--src/map/battle.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/battle.hpp b/src/map/battle.hpp
index 02a32ad..32c479e 100644
--- a/src/map/battle.hpp
+++ b/src/map/battle.hpp
@@ -202,6 +202,7 @@ extern struct Battle_Config
int mob_splash_radius;
} battle_config;
-int battle_config_read(ZString cfgName);
+bool battle_config_read(ZString cfgName);
+void battle_config_check();
#endif // BATTLE_HPP