summaryrefslogtreecommitdiffstats
path: root/Project/Machines.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-07-17 21:02:07 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-07-17 21:02:07 -0300
commit4ca362b083d7b20adfd80f1ec4b46a52789cdeb7 (patch)
treec6c5fc9f963400fac02076ca415d79cb9e5d2c68 /Project/Machines.h
parent54291220edb747c2a059ac5d316f6f7b14445404 (diff)
downloadPSP.git-4ca362b083d7b20adfd80f1ec4b46a52789cdeb7.tar.gz
PSP.git-4ca362b083d7b20adfd80f1ec4b46a52789cdeb7.tar.xz
PSP.git-4ca362b083d7b20adfd80f1ec4b46a52789cdeb7.zip
Some optimization, model 1 machine implementation start
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();