1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +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

@@ -36,8 +36,8 @@
#include "openxr_interaction_profile_editor.h"
#include "openxr_select_interaction_profile_dialog.h"
#include "editor/editor_plugin.h"
#include "editor/editor_undo_redo_manager.h"
#include "editor/plugins/editor_plugin.h"
#include "scene/gui/box_container.h"
#include "scene/gui/button.h"
#include "scene/gui/label.h"