From b3112bd3f6d0887fdf81610327c9edad08a0cfaf Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 10 Jan 2015 17:32:49 -0800 Subject: Use generated config for map --- src/map/script-call.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/map/script-call.cpp') diff --git a/src/map/script-call.cpp b/src/map/script-call.cpp index 5ac45e5..b66af74 100644 --- a/src/map/script-call.cpp +++ b/src/map/script-call.cpp @@ -29,6 +29,8 @@ #include "../mmo/cxxstdio_enums.hpp" #include "battle.hpp" +#include "battle_conf.hpp" +#include "globals.hpp" #include "map.hpp" #include "npc.hpp" #include "pc.hpp" @@ -42,6 +44,8 @@ namespace tmwa { +namespace map +{ constexpr bool DEBUG_RUN = false; static @@ -918,4 +922,5 @@ ZString get_script_var_s(dumb_ptr sd, VarName var, int e) PRINTF("Warning: you lied about the type and I can't fix it!"_fmt); return ZString(); } +} // namespace map } // namespace tmwa -- cgit v1.2.3-70-g09d2