mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Extract EditorResourceConversionPlugin into its own source files and clean up editor includes
This commit is contained in:
parent
7686cfec64
commit
9f55bd971e
64 changed files with 180 additions and 64 deletions
|
|
@ -37,7 +37,6 @@
|
|||
#include "editor/editor_run.h"
|
||||
#include "editor/export/editor_export.h"
|
||||
#include "editor/inspector_dock.h"
|
||||
#include "editor/property_editor.h"
|
||||
|
||||
typedef void (*EditorNodeInitCallback)();
|
||||
typedef void (*EditorPluginInitializeCallback)();
|
||||
|
|
@ -48,6 +47,7 @@ class AudioStreamPreviewGenerator;
|
|||
class BackgroundProgress;
|
||||
class Button;
|
||||
class CenterContainer;
|
||||
class ColorPicker;
|
||||
class ConfirmationDialog;
|
||||
class Control;
|
||||
class DependencyEditor;
|
||||
|
|
@ -67,6 +67,7 @@ class EditorPlugin;
|
|||
class EditorPluginList;
|
||||
class EditorQuickOpen;
|
||||
class EditorResourcePreview;
|
||||
class EditorResourceConversionPlugin;
|
||||
class EditorRun;
|
||||
class EditorRunNative;
|
||||
class EditorSettingsDialog;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue