summaryrefslogtreecommitdiffstats
path: root/core/script_language.h
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2020-04-01 20:07:43 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2020-07-11 15:19:02 +0100
commitbe119c5c473be3fb73458baca7066d85869d6f1d (patch)
tree0a6e65222e9a7f20d607a0842cfe8432b95ed011 /core/script_language.h
parent9678a41b19e142bbc4c00f761a3a5a0cf2d4458e (diff)
downloadredot-engine-be119c5c473be3fb73458baca7066d85869d6f1d.tar.gz
Add core types to ScriptLanguage
Diffstat (limited to 'core/script_language.h')
-rw-r--r--core/script_language.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/script_language.h b/core/script_language.h
index 96c49e9c42..ec06e1355d 100644
--- a/core/script_language.h
+++ b/core/script_language.h
@@ -299,6 +299,7 @@ public:
String message;
};
+ void get_core_type_words(List<String> *p_core_type_words) const;
virtual void get_reserved_words(List<String> *p_words) const = 0;
virtual void get_comment_delimiters(List<String> *p_delimiters) const = 0;
virtual void get_string_delimiters(List<String> *p_delimiters) const = 0;