From 1853e964e96c41e762ca0ab97259ee4e79d86ec7 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 3 Nov 2014 13:35:54 -0800 Subject: Use the new ASTs --- src/map/script-parse.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/script-parse.hpp') diff --git a/src/map/script-parse.hpp b/src/map/script-parse.hpp index d1f824f..b8b5012 100644 --- a/src/map/script-parse.hpp +++ b/src/map/script-parse.hpp @@ -27,7 +27,7 @@ namespace tmwa { -std::unique_ptr parse_script(ZString, int, bool implicit_end); +std::unique_ptr compile_script(const ast::script::ScriptBody& body, bool implicit_end); extern Map scriptlabel_db; -- cgit v1.2.3-70-g09d2