|
@@ -32,6 +32,7 @@
|
|
|
#include "bind/core_bind.h"
|
|
|
#include "compressed_translation.h"
|
|
|
#include "core/io/xml_parser.h"
|
|
|
+#include "color.h"
|
|
|
#include "core_string_names.h"
|
|
|
#include "func_ref.h"
|
|
|
#include "geometry.h"
|
|
@@ -199,6 +200,7 @@ void unregister_core_types() {
|
|
|
|
|
|
unregister_variant_methods();
|
|
|
|
|
|
+ Color::cleanup();
|
|
|
ObjectTypeDB::cleanup();
|
|
|
ResourceCache::clear();
|
|
|
CoreStringNames::free();
|