[GDScript] Add static HashMap cleanup.

This commit is contained in:
bruvzg 2020-08-01 22:00:26 +03:00
parent ec9302cecc
commit ee973f5b90
No known key found for this signature in database
GPG key ID: FCED35F1CECE0D3A
5 changed files with 15 additions and 0 deletions

View file

@ -1335,6 +1335,7 @@ public:
void print_tree(const GDScriptParser &p_parser);
};
#endif // DEBUG_ENABLED
static void cleanup();
};
#endif // GDSCRIPT_PARSER_H