diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2020-08-01 22:00:26 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2020-08-01 22:08:12 +0300 |
commit | ee973f5b90befdb5c0914bc01f62262bee672ee0 (patch) | |
tree | ddfa4cc6da42a1e3dd8c47de0fa7b9d5d3647cf0 /modules/gdscript/gdscript_analyzer.h | |
parent | ec9302ceccb75f44038db3695d2f9e7c82cfe951 (diff) | |
download | redot-engine-ee973f5b90befdb5c0914bc01f62262bee672ee0.tar.gz |
[GDScript] Add static HashMap cleanup.
Diffstat (limited to 'modules/gdscript/gdscript_analyzer.h')
-rw-r--r-- | modules/gdscript/gdscript_analyzer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript_analyzer.h b/modules/gdscript/gdscript_analyzer.h index 85183d3272..06d3530cb6 100644 --- a/modules/gdscript/gdscript_analyzer.h +++ b/modules/gdscript/gdscript_analyzer.h @@ -113,6 +113,8 @@ public: Error analyze(); GDScriptAnalyzer(GDScriptParser *p_parser); + + static void cleanup(); }; #endif // GDSCRIPT_ANALYZER_H |