diff options
Diffstat (limited to 'core/script_language.h')
-rw-r--r-- | core/script_language.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/script_language.h b/core/script_language.h index f4956accd3..1e0dcc678f 100644 --- a/core/script_language.h +++ b/core/script_language.h @@ -92,6 +92,8 @@ public: virtual ScriptLanguage *get_language() const=0; + virtual void update_exports() {} //editor tool + Script() {} }; |