1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Move project export and export template manager into export folder

This commit is contained in:
Aaron Franke
2022-07-20 17:45:01 -05:00
parent e53ae13178
commit 006e5f28d5
5 changed files with 31 additions and 46 deletions

View File

@@ -104,7 +104,8 @@
#include "editor/editor_toaster.h"
#include "editor/editor_translation_parser.h"
#include "editor/export/editor_export.h"
#include "editor/export_template_manager.h"
#include "editor/export/export_template_manager.h"
#include "editor/export/project_export.h"
#include "editor/filesystem_dock.h"
#include "editor/import/audio_stream_import_settings.h"
#include "editor/import/dynamic_font_import_settings.h"
@@ -199,7 +200,6 @@
#include "editor/plugins/visual_shader_editor_plugin.h"
#include "editor/plugins/voxel_gi_editor_plugin.h"
#include "editor/progress_dialog.h"
#include "editor/project_export.h"
#include "editor/project_settings_editor.h"
#include "editor/register_exporters.h"
#include "editor/scene_tree_dock.h"