diff options
Diffstat (limited to 'src/map/script-parse.hpp')
-rw-r--r-- | src/map/script-parse.hpp | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/map/script-parse.hpp b/src/map/script-parse.hpp index 360711e..e08c470 100644 --- a/src/map/script-parse.hpp +++ b/src/map/script-parse.hpp @@ -29,12 +29,8 @@ namespace tmwa { +namespace map +{ std::unique_ptr<const ScriptBuffer> compile_script(RString debug_name, const ast::script::ScriptBody& body, bool implicit_end); - -extern -Map<ScriptLabel, int> scriptlabel_db; -extern -UPMap<RString, const ScriptBuffer> userfunc_db; - -extern int script_errors; +} // namespace map } // namespace tmwa |