Merge pull request #63121 from aaronfranke/editor-export-split

This commit is contained in:
Rémi Verschelde 2022-07-27 11:19:40 +02:00 committed by GitHub
commit f3fbb157ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 1801 additions and 1501 deletions

View file

@ -52,10 +52,10 @@ GDScriptCache *gdscript_cache = nullptr;
#ifdef TOOLS_ENABLED
#include "editor/editor_export.h"
#include "editor/editor_node.h"
#include "editor/editor_settings.h"
#include "editor/editor_translation_parser.h"
#include "editor/export/editor_export.h"
#include "editor/gdscript_highlighter.h"
#include "editor/gdscript_translation_parser_plugin.h"