diff --git a/modules/paint/register_types.cpp b/modules/paint/register_types.cpp index 403d88d35..6d2d3f8bf 100644 --- a/modules/paint/register_types.cpp +++ b/modules/paint/register_types.cpp @@ -22,15 +22,17 @@ SOFTWARE. #include "register_types.h" +#include "paint_window.h" + #ifdef TOOLS_ENABLED #include "paint_editor_plugin.h" #endif void register_paint_types() { - //ClassDB::register_class(); + ClassDB::register_class(); #ifdef TOOLS_ENABLED - //EditorPlugins::add_by_type(); + EditorPlugins::add_by_type(); #endif }