diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2024-04-21 01:11:35 -0700 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2024-04-27 11:59:58 -0700 |
commit | 1bcbbe96c4dcff1b80ac9df12b59d765e2b1efd6 (patch) | |
tree | d331a9a609207d69619b0165305f63439ee29f3a /editor/plugins/path_3d_editor_plugin.h | |
parent | 6118592c6d88350d01f74faff6fd49754f84a7d0 (diff) | |
download | redot-engine-1bcbbe96c4dcff1b80ac9df12b59d765e2b1efd6.tar.gz |
Organize existing code for editor plugins
Diffstat (limited to 'editor/plugins/path_3d_editor_plugin.h')
-rw-r--r-- | editor/plugins/path_3d_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/path_3d_editor_plugin.h b/editor/plugins/path_3d_editor_plugin.h index 6a933a419f..ee73df1617 100644 --- a/editor/plugins/path_3d_editor_plugin.h +++ b/editor/plugins/path_3d_editor_plugin.h @@ -31,7 +31,7 @@ #ifndef PATH_3D_EDITOR_PLUGIN_H #define PATH_3D_EDITOR_PLUGIN_H -#include "editor/editor_plugin.h" +#include "editor/plugins/editor_plugin.h" #include "editor/plugins/node_3d_editor_gizmos.h" #include "scene/3d/camera_3d.h" #include "scene/3d/path_3d.h" |