You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
[GDScript] Add static HashMap cleanup.
This commit is contained in:
@@ -113,6 +113,8 @@ public:
|
||||
Error analyze();
|
||||
|
||||
GDScriptAnalyzer(GDScriptParser *p_parser);
|
||||
|
||||
static void cleanup();
|
||||
};
|
||||
|
||||
#endif // GDSCRIPT_ANALYZER_H
|
||||
|
||||
Reference in New Issue
Block a user