summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_analyzer.h
diff options
context:
space:
mode:
authorGeorge Marques <george@gmarqu.es>2020-08-08 10:44:57 -0300
committerGitHub <noreply@github.com>2020-08-08 10:44:57 -0300
commit1f14068727ac9e6bb5869658f84e0fc01aee9c99 (patch)
treef14f700b7ed9b803d55f4136357ff3106e178332 /modules/gdscript/gdscript_analyzer.h
parent241e709462cd90d3daade3c6a05ff130fe85b4c0 (diff)
parentee973f5b90befdb5c0914bc01f62262bee672ee0 (diff)
downloadredot-engine-1f14068727ac9e6bb5869658f84e0fc01aee9c99.tar.gz
Merge pull request #40951 from bruvzg/gds_cleanup
[GDScript] Add static HashMap cleanup.
Diffstat (limited to 'modules/gdscript/gdscript_analyzer.h')
-rw-r--r--modules/gdscript/gdscript_analyzer.h2
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