1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

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
38 changed files with 1771 additions and 1456 deletions

View File

@@ -35,7 +35,7 @@
#include "core/io/file_access.h"
#include "core/io/zip_io.h"
#include "core/os/os.h"
#include "editor/editor_export.h"
#include "editor/export/editor_export.h"
const String godot_project_name_xml_string = R"(<?xml version="1.0" encoding="utf-8"?>
<!--WARNING: THIS FILE WILL BE OVERWRITTEN AT BUILD TIME-->