summaryrefslogtreecommitdiff
path: root/editor/plugins
diff options
context:
space:
mode:
authorEric M <itsjusteza@gmail.com>2022-10-05 22:42:12 +1000
committerEric M <itsjusteza@gmail.com>2022-10-06 18:29:20 +1000
commit598ee4266cfe3707ab24fb78566b4693a8149209 (patch)
tree7dc1b28f93745e9c792f4f2c73a6590e936a8def /editor/plugins
parent82d9ade7c38c5948ef19ba4b1470ceeb5a50984c (diff)
Split `action_map_editor` file into one file per class it contained.
* ActionMapEditor * EventListenerLineEdit * InputEventConfigurationDialog
Diffstat (limited to 'editor/plugins')
-rw-r--r--editor/plugins/input_event_editor_plugin.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/plugins/input_event_editor_plugin.cpp b/editor/plugins/input_event_editor_plugin.cpp
index e28c1a4777..b67f0f6ad2 100644
--- a/editor/plugins/input_event_editor_plugin.cpp
+++ b/editor/plugins/input_event_editor_plugin.cpp
@@ -30,6 +30,9 @@
#include "input_event_editor_plugin.h"
+#include "editor/event_listener_line_edit.h"
+#include "editor/input_event_configuration_dialog.h"
+
void InputEventConfigContainer::_bind_methods() {
}