You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Extract EditorResourceConversionPlugin into its own source files and clean up editor includes
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "export.h"
|
||||
|
||||
#include "editor/editor_settings.h"
|
||||
#include "export_plugin.h"
|
||||
|
||||
void register_javascript_exporter() {
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
#include "export_plugin.h"
|
||||
|
||||
#include "core/config/project_settings.h"
|
||||
#include "editor/editor_settings.h"
|
||||
|
||||
Error EditorExportPlatformJavaScript::_extract_template(const String &p_template, const String &p_dir, const String &p_name, bool pwa) {
|
||||
Ref<FileAccess> io_fa;
|
||||
|
||||
Reference in New Issue
Block a user