summaryrefslogtreecommitdiffstats
path: root/Project/Machines.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-08 22:02:09 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-08 22:02:09 -0300
commit9e1f6849c929506a17fa12185c5c0185d5287177 (patch)
tree2706096d34de7f715ff55abb9c3e527351e58b2d /Project/Machines.cpp
parent93c3c0af32d08bbc22b43a03d81fad37fd8feb19 (diff)
downloadPSP.git-9e1f6849c929506a17fa12185c5c0185d5287177.tar.gz
PSP.git-9e1f6849c929506a17fa12185c5c0185d5287177.tar.xz
PSP.git-9e1f6849c929506a17fa12185c5c0185d5287177.zip
More grid data implemented
Some fault bugfixes
Diffstat (limited to 'Project/Machines.cpp')
-rw-r--r--Project/Machines.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/Machines.cpp b/Project/Machines.cpp
index 883ad3a..c793469 100644
--- a/Project/Machines.cpp
+++ b/Project/Machines.cpp
@@ -1,5 +1,8 @@
#include "Machines.h"
+#include "ControlElementContainer.h"
+#include "ControlElementSolver.h"
+
Machines::Machines() : PowerElement() {}
Machines::~Machines() {}
bool Machines::AddParent(Element* parent, wxPoint2DDouble position)