diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-12-13 21:38:03 -0200 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2016-12-13 21:38:03 -0200 |
commit | e86a20525e9838f4b3962eb267ea51dce7e8fb77 (patch) | |
tree | 0d54cff51a103800e9d416a553bbb6632d894e19 /Project/Element.h | |
parent | a235ce69803fb9b276ab682f9f15ddf30849372a (diff) | |
download | PSP.git-e86a20525e9838f4b3962eb267ea51dce7e8fb77.tar.gz PSP.git-e86a20525e9838f4b3962eb267ea51dce7e8fb77.tar.xz PSP.git-e86a20525e9838f4b3962eb267ea51dce7e8fb77.zip |
Bus open implemented, capacitor buggy
Diffstat (limited to 'Project/Element.h')
-rw-r--r-- | Project/Element.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<wxPoint2DDouble> GetPointList() const { return m_pointList; } |