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

Organize existing code for editor plugins

This commit is contained in:
Aaron Franke
2024-04-21 01:11:35 -07:00
parent 6118592c6d
commit 1bcbbe96c4
96 changed files with 137 additions and 132 deletions

View File

@@ -32,7 +32,7 @@
#define SCRIPT_EDITOR_PLUGIN_H
#include "core/object/script_language.h"
#include "editor/editor_plugin.h"
#include "editor/plugins/editor_plugin.h"
#include "scene/gui/dialogs.h"
#include "scene/gui/panel_container.h"
#include "scene/resources/syntax_highlighter.h"