diff options
| author | Juan Linietsky | 2014-09-22 00:50:48 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-09-22 00:50:48 -0300 |
| commit | 048fdc8aeabbd80ba9cc8914ec7f7baa00ad0c3d (patch) | |
| tree | ddd39a348b41cfe3927075a8c6b11aa692511518 /core/script_language.h | |
| parent | f195bf673fa8f282d2508e20ca6f08260c4e1fe7 (diff) | |
| download | godot-048fdc8aeabbd80ba9cc8914ec7f7baa00ad0c3d.tar.gz godot-048fdc8aeabbd80ba9cc8914ec7f7baa00ad0c3d.tar.zst godot-048fdc8aeabbd80ba9cc8914ec7f7baa00ad0c3d.zip | |
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 f4956accd..1e0dcc678 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() {} }; |
