diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-01 16:48:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-01 16:48:34 +0200 |
commit | 08311f7cd33e44c27565c6266282ba65a335dea2 (patch) | |
tree | 37421bdb4dc512202568fb09b1384ad441f3a72c /modules/multiplayer/editor/replication_editor_plugin.cpp | |
parent | 9ec6de1767292b5cbc1ebdc7b262ef1d9c63df9a (diff) | |
parent | 1c9ba5ef3ebddb07aa68d622c8be26ddfce849e8 (diff) |
Merge pull request #63781 from YuriSizov/editorresourceconversionpluginactomy2
Diffstat (limited to 'modules/multiplayer/editor/replication_editor_plugin.cpp')
-rw-r--r-- | modules/multiplayer/editor/replication_editor_plugin.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/multiplayer/editor/replication_editor_plugin.cpp b/modules/multiplayer/editor/replication_editor_plugin.cpp index c6484264d0..1f79b8c3e3 100644 --- a/modules/multiplayer/editor/replication_editor_plugin.cpp +++ b/modules/multiplayer/editor/replication_editor_plugin.cpp @@ -32,9 +32,12 @@ #include "editor/editor_node.h" #include "editor/editor_scale.h" +#include "editor/editor_settings.h" #include "editor/inspector_dock.h" +#include "editor/scene_tree_editor.h" #include "modules/multiplayer/multiplayer_synchronizer.h" #include "scene/gui/dialogs.h" +#include "scene/gui/separator.h" #include "scene/gui/tree.h" void ReplicationEditor::_pick_node_filter_text_changed(const String &p_newtext) { |