From c1aad656847602f7e4c7aead048f7465a76838d4 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sun, 4 Sep 2016 00:59:41 -0300 Subject: Inductor implemented --- Project/Shunt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/Shunt.h') diff --git a/Project/Shunt.h b/Project/Shunt.h index 2d74984..9f5064a 100644 --- a/Project/Shunt.h +++ b/Project/Shunt.h @@ -22,6 +22,7 @@ public: protected: void UpdateSwitchesPosition(); + void DrawGround(wxPoint2DDouble position) const; bool m_inserted = false; std::vector m_pointList; std::vector m_movePts; -- cgit