Split up editor export code into multiple files

This commit is contained in:
Aaron Franke 2022-07-17 12:24:37 -05:00
parent 1c63fbed43
commit e53ae13178
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
38 changed files with 1771 additions and 1456 deletions

View file

@ -78,7 +78,6 @@
#include "editor/editor_build_profile.h"
#include "editor/editor_command_palette.h"
#include "editor/editor_data.h"
#include "editor/editor_export.h"
#include "editor/editor_feature_profile.h"
#include "editor/editor_file_dialog.h"
#include "editor/editor_file_system.h"
@ -104,6 +103,7 @@
#include "editor/editor_themes.h"
#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/filesystem_dock.h"
#include "editor/import/audio_stream_import_settings.h"