summaryrefslogtreecommitdiffstats
path: root/Project/Machines.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Machines.h')
-rw-r--r--Project/Machines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Machines.h b/Project/Machines.h
index b296f99..cecd78b 100644
--- a/Project/Machines.h
+++ b/Project/Machines.h
@@ -23,6 +23,7 @@ public:
virtual void UpdateNodes();
virtual void Rotate(bool clockwise = true);
virtual void DrawSymbol() const {}
+ virtual void SetPowerFlowDirection(PowerFlowDirection pfDirection);
protected:
void UpdateSwitchesPosition();