diff options
Diffstat (limited to 'Project/Shunt.h')
-rw-r--r-- | Project/Shunt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Shunt.h b/Project/Shunt.h index 94424a4..20969b1 100644 --- a/Project/Shunt.h +++ b/Project/Shunt.h @@ -49,6 +49,7 @@ class Shunt : public PowerElement void UpdateSwitchesPosition(); void UpdatePowerFlowArrowsPosition(); void DrawGround(wxPoint2DDouble position) const; + void DrawDCGround(wxPoint2DDouble position, wxGraphicsContext* gc) const; bool m_inserted = false; }; |