diff options
author | Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | 2020-06-01 01:51:36 +0300 |
---|---|---|
committer | Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | 2020-06-01 01:52:07 +0300 |
commit | 9bb070b030603f7eed1b355498b267dab276bfa9 (patch) | |
tree | c39c785897f1468e74bd707cbc907d7a7ba6758d /editor/plugins/collision_shape_2d_editor_plugin.cpp | |
parent | a8787d1ae56006c00b4eecc3506dbc5ec763a8a5 (diff) | |
download | redot-engine-9bb070b030603f7eed1b355498b267dab276bfa9.tar.gz |
Move `RayShape2D` implementation into its own translation unit
Diffstat (limited to 'editor/plugins/collision_shape_2d_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/collision_shape_2d_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/collision_shape_2d_editor_plugin.cpp b/editor/plugins/collision_shape_2d_editor_plugin.cpp index 0f381c06b4..596629f8e8 100644 --- a/editor/plugins/collision_shape_2d_editor_plugin.cpp +++ b/editor/plugins/collision_shape_2d_editor_plugin.cpp @@ -36,6 +36,7 @@ #include "scene/resources/concave_polygon_shape_2d.h" #include "scene/resources/convex_polygon_shape_2d.h" #include "scene/resources/line_shape_2d.h" +#include "scene/resources/ray_shape_2d.h" #include "scene/resources/rectangle_shape_2d.h" #include "scene/resources/segment_shape_2d.h" |