summaryrefslogtreecommitdiff
path: root/src/simulation/SimulationData.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/SimulationData.h')
-rw-r--r--src/simulation/SimulationData.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/simulation/SimulationData.h b/src/simulation/SimulationData.h
index 03c491a..0624322 100644
--- a/src/simulation/SimulationData.h
+++ b/src/simulation/SimulationData.h
@@ -5,6 +5,8 @@
* Author: Simon
*/
+#include <vector>
+
#define SC_WALL 0
#define SC_ELEC 1
#define SC_POWERED 2
@@ -118,6 +120,7 @@
#ifndef SIMULATIONDATA_H_
#define SIMULATIONDATA_H_
+//#include "elements/NULLElement.h"
#include "Simulation.h"
/*class Simulation;
@@ -136,6 +139,9 @@ struct menu_section;
struct wall_type;
+class Element;
+std::vector<Element*> GetDefaultElements();
+
gol_menu * LoadGOLMenu(int & golMenuCount);
int * LoadGOLTypes(int & golTypeCount);