diff --git a/register_types.cpp b/register_types.cpp index fd468fd..c1c0120 100644 --- a/register_types.cpp +++ b/register_types.cpp @@ -26,11 +26,12 @@ SOFTWARE. #include "rtile_map.h" #ifdef TOOLS_ENABLED +#include "tile_editor/tiles_editor_plugin.h" #endif void register_rtile_map_types() { #ifdef TOOLS_ENABLED -// EditorPlugins::add_by_type(); + EditorPlugins::add_by_type(); #endif ClassDB::register_class();