From 730e5dde39333cb2f63c72a7d7152bee5c4dbb05 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 8 Feb 2014 15:09:25 -0800 Subject: Implement AString --- src/map/script.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/map/script.hpp') diff --git a/src/map/script.hpp b/src/map/script.hpp index ec52f65..22a079b 100644 --- a/src/map/script.hpp +++ b/src/map/script.hpp @@ -6,7 +6,8 @@ # include -# include "../strings/fstring.hpp" +# include "../strings/rstring.hpp" +# include "../strings/astring.hpp" # include "../strings/zstring.hpp" # include "../common/db.hpp" @@ -157,12 +158,12 @@ struct ScriptLabel; extern Map scriptlabel_db; extern -UPMap userfunc_db; +UPMap userfunc_db; void do_init_script(void); void do_final_script(void); -extern FString mapreg_txt; +extern AString mapreg_txt; extern int script_errors; -- cgit v1.2.3-60-g2f50