You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Improve includes of EditorNode (and everything else)
Also start organizing editor-specific GUI components into a dedicated folder, `editor/gui`. Also move `editor_file_server` next to the rest of debugger classes.
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
#include "cpu_particles_3d_editor_plugin.h"
|
||||
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor/gui/scene_tree_editor.h"
|
||||
#include "editor/plugins/node_3d_editor_plugin.h"
|
||||
#include "editor/scene_tree_editor.h"
|
||||
#include "scene/gui/menu_button.h"
|
||||
|
||||
void CPUParticles3DEditor::_node_removed(Node *p_node) {
|
||||
|
||||
Reference in New Issue
Block a user