From be119c5c473be3fb73458baca7066d85869d6f1d Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Wed, 1 Apr 2020 20:07:43 +0100 Subject: Add core types to ScriptLanguage --- core/script_language.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/script_language.h') 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 *p_core_type_words) const; virtual void get_reserved_words(List *p_words) const = 0; virtual void get_comment_delimiters(List *p_delimiters) const = 0; virtual void get_string_delimiters(List *p_delimiters) const = 0; -- cgit v1.2.3