You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00: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