From e86a20525e9838f4b3962eb267ea51dce7e8fb77 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Tue, 13 Dec 2016 21:38:03 -0200 Subject: Bus open implemented, capacitor buggy --- Project/Element.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/Element.h') diff --git a/Project/Element.h b/Project/Element.h index 27933a9..cdad147 100644 --- a/Project/Element.h +++ b/Project/Element.h @@ -106,6 +106,7 @@ public: bool IsSelected() const { return m_selected; } double GetWidth() const { return m_width; } double GetAngle() const { return m_angle; } + double GetRotationAngle() const { return m_rotationAngle; } bool IsPickboxShown() const { return m_showPickbox; } bool IsOnline() const { return m_online; } virtual std::vector GetPointList() const { return m_pointList; } -- cgit