diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2021-11-12 13:42:58 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-11-12 13:42:58 +0100 |
| commit | 88c43807378da430cf6f71871cb326e4a992a615 (patch) | |
| tree | 0c9f0be7e2e5677a26bc2c314d914c848e086d9f /main | |
| parent | a54bd6e868a3cbaf8c9033815a798a3f5c1107ef (diff) | |
| download | redot-engine-88c43807378da430cf6f71871cb326e4a992a615.tar.gz | |
Modules: Make sure to include modules_enabled.gen.h where needed
Diffstat (limited to 'main')
| -rw-r--r-- | main/main.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/main/main.cpp b/main/main.cpp index 7355493677..f0f8c01592 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -57,7 +57,6 @@ #include "main/performance.h" #include "main/splash.gen.h" #include "main/splash_editor.gen.h" -#include "modules/modules_enabled.gen.h" #include "modules/register_module_types.h" #include "platform/register_platform_apis.h" #include "scene/main/scene_tree.h" @@ -81,16 +80,16 @@ #endif #ifdef TOOLS_ENABLED - #include "editor/doc_data_class_path.gen.h" #include "editor/doc_tools.h" #include "editor/editor_node.h" #include "editor/editor_settings.h" #include "editor/progress_dialog.h" #include "editor/project_manager.h" - #endif +#include "modules/modules_enabled.gen.h" // For mono. + /* Static members */ // Singletons |
