summaryrefslogtreecommitdiff
path: root/src/map/script-call.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script-call.cpp')
-rw-r--r--src/map/script-call.cpp5
1 files changed, 5 insertions, 0 deletions
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<map_session_data> 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