#include "register_types.h" #include "texture_packer.h" #include "texture_merger.h" #include "texture_resource/packer_image_resource.h" #include "layers/texture_layer_merger.h" #ifdef TOOLS_ENABLED #include "editor/editor_plugin.h" #include "texture_resource/editor_plugin_packer_image_resource.h" #endif void register_texture_packer_types() { ClassDB::register_class(); ClassDB::register_class(); ClassDB::register_class(); ClassDB::register_class(); #ifdef TOOLS_ENABLED EditorPlugins::add_by_type(); #endif } void unregister_texture_packer_types() { }