summaryrefslogtreecommitdiff
path: root/scene/resources/shape_line_2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/shape_line_2d.h')
-rw-r--r--scene/resources/shape_line_2d.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/resources/shape_line_2d.h b/scene/resources/shape_line_2d.h
index 3ba8f57add..f32ad7fb7c 100644
--- a/scene/resources/shape_line_2d.h
+++ b/scene/resources/shape_line_2d.h
@@ -49,6 +49,9 @@ public:
Vector2 get_normal() const;
real_t get_d() const;
+ virtual void draw(const RID& p_to_rid,const Color& p_color);
+ virtual Rect2 get_rect() const;
+
LineShape2D();
};