summaryrefslogtreecommitdiff
path: root/src/simulation/SimulationData.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-05-07 16:59:50 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-05-07 16:59:50 (GMT)
commit51b17badf4c72270bb762ea795d05d51c8b355e3 (patch)
treeb66671e0496b68114c6e91eedb58bf783d5343c0 /src/simulation/SimulationData.h
parentfb111f42d00dd8a2041bae970c0913e096ac5101 (diff)
downloadpowder-51b17badf4c72270bb762ea795d05d51c8b355e3.zip
powder-51b17badf4c72270bb762ea795d05d51c8b355e3.tar.gz
A bit of refactoring (elements)
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);