summaryrefslogtreecommitdiffstats
path: root/Project/Generator.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-09-02 18:08:53 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2016-09-02 18:08:53 -0300
commitbd3f70a62f8c2868e20f094a0ad7dd8c977ab853 (patch)
tree7b3cc0de1debe3130f5c95b73052aee3f5d52a43 /Project/Generator.h
parentb06d4c3d76cca3ed8a54dae1d978030d687233b2 (diff)
downloadPSP.git-bd3f70a62f8c2868e20f094a0ad7dd8c977ab853.tar.gz
PSP.git-bd3f70a62f8c2868e20f094a0ad7dd8c977ab853.tar.xz
PSP.git-bd3f70a62f8c2868e20f094a0ad7dd8c977ab853.zip
Motor under implementation
Diffstat (limited to 'Project/Generator.h')
-rw-r--r--Project/Generator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Generator.h b/Project/Generator.h
index a22c37e..2a0823f 100644
--- a/Project/Generator.h
+++ b/Project/Generator.h
@@ -28,6 +28,7 @@ class Generator : public Element
std::vector<wxPoint2DDouble> m_pointList;
void UpdateSwitchesPosition();
std::vector<wxPoint2DDouble> m_movePts;
+ std::vector<wxPoint2DDouble> m_sinePts;
};
#endif // GENERATOR_H