From bd3f70a62f8c2868e20f094a0ad7dd8c977ab853 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Fri, 2 Sep 2016 18:08:53 -0300 Subject: Motor under implementation --- Project/Generator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/Generator.h') 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 m_pointList; void UpdateSwitchesPosition(); std::vector m_movePts; + std::vector m_sinePts; }; #endif // GENERATOR_H -- cgit