summaryrefslogtreecommitdiff
path: root/src/map/script-parse-internal.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script-parse-internal.hpp')
-rw-r--r--src/map/script-parse-internal.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map/script-parse-internal.hpp b/src/map/script-parse-internal.hpp
index f01317a..f7e153b 100644
--- a/src/map/script-parse-internal.hpp
+++ b/src/map/script-parse-internal.hpp
@@ -23,6 +23,8 @@
#include "script-parse.hpp"
#include "fwd.hpp"
+#include "../compat/fwd.hpp"
+
#include "../strings/rstring.hpp"
@@ -64,6 +66,6 @@ Map<RString, str_data_t> str_datam;
extern
InternPool variable_names;
-str_data_t *search_strp(XString p);
-str_data_t *add_strp(XString p);
+Option<Borrowed<str_data_t>> search_strp(XString p);
+Borrowed<str_data_t> add_strp(XString p);
} // namespace tmwa