summaryrefslogtreecommitdiffstats
path: root/Project/Machines.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Machines.h')
-rw-r--r--Project/Machines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/Machines.h b/Project/Machines.h
index 615d82e..9c2e6cd 100644
--- a/Project/Machines.h
+++ b/Project/Machines.h
@@ -6,6 +6,8 @@
class Machines : public PowerElement
{
public:
+ enum SyncMachineModel { SM_MODEL_1 = 0, SM_MODEL_2, SM_MODEL_3, SM_MODEL_4, SM_MODEL_5 };
+
Machines();
~Machines();