diff options
Diffstat (limited to 'Project/Generator.h')
-rw-r--r-- | Project/Generator.h | 1 |
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 |