diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-09-06 18:32:47 -0300 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2016-09-06 18:32:47 -0300 |
commit | 697baaa3cc92e945d2301238dc9bcabffdb465ef (patch) | |
tree | 01f3de93600a1036c8d693c5c8150434ebf75731 /Project/Element.cpp | |
parent | d93ef357da510f2515556ff2cb51688a4e068805 (diff) | |
download | PSP.git-697baaa3cc92e945d2301238dc9bcabffdb465ef.tar.gz PSP.git-697baaa3cc92e945d2301238dc9bcabffdb465ef.tar.xz PSP.git-697baaa3cc92e945d2301238dc9bcabffdb465ef.zip |
Counter clockwise rotation implemented
Diffstat (limited to 'Project/Element.cpp')
-rw-r--r-- | Project/Element.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Project/Element.cpp b/Project/Element.cpp index 9f10ffc..88f764a 100644 --- a/Project/Element.cpp +++ b/Project/Element.cpp @@ -292,3 +292,7 @@ void Element::SetOnline(bool online) } m_online = online; } + +void Element::GeneralMenuItens(wxMenu& menu) +{ +} |