From 3813160ea015b6e7532455aefd183a274e56fcef Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 26 Jun 2016 10:53:34 -0300 Subject: -Fix crashes with thread_exit() -Added draft of C script API (still disabled and unused) --- 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 de725d8d0..51fb351fd 100644 --- a/core/script_language.h +++ b/core/script_language.h @@ -55,6 +55,7 @@ public: static int get_language_count(); static ScriptLanguage *get_language(int p_idx); static void register_language(ScriptLanguage *p_language); + static void unregister_language(ScriptLanguage *p_language); static void set_reload_scripts_on_save(bool p_enable); static bool is_reload_scripts_on_save_enabled(); -- cgit v1.2.3-70-g09d2