aboutsummaryrefslogtreecommitdiff
path: root/core/script_language.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-11-13 00:53:12 -0300
committerJuan Linietsky2014-11-13 00:53:12 -0300
commitabbea4d945bbb1114570c3b6c7f649e01ca8ebb8 (patch)
treed2b131b32705bbcf118efa72d5d9a21618c1227e /core/script_language.h
parentd02953c5963ca080d26500ea8250e0632a80b234 (diff)
downloadgodot-abbea4d945bbb1114570c3b6c7f649e01ca8ebb8.tar.gz
godot-abbea4d945bbb1114570c3b6c7f649e01ca8ebb8.tar.zst
godot-abbea4d945bbb1114570c3b6c7f649e01ca8ebb8.zip
Diffstat (limited to 'core/script_language.h')
-rw-r--r--core/script_language.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/script_language.h b/core/script_language.h
index 1e0dcc678..d62e9849a 100644
--- a/core/script_language.h
+++ b/core/script_language.h
@@ -54,6 +54,8 @@ public:
static int get_language_count();
static ScriptLanguage *get_language(int p_idx);
static void register_language(ScriptLanguage *p_language);
+
+ static void init_languages();
};