mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Organize existing code for editor plugins
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#if defined(TOOLS_ENABLED) && defined(WEB_ENABLED)
|
||||
|
||||
#include "core/io/zip_io.h"
|
||||
#include "editor/editor_plugin.h"
|
||||
#include "editor/plugins/editor_plugin.h"
|
||||
|
||||
class WebToolsEditorPlugin : public EditorPlugin {
|
||||
GDCLASS(WebToolsEditorPlugin, EditorPlugin);
|
||||
|
||||
Reference in New Issue
Block a user