summaryrefslogtreecommitdiff
path: root/src/simulation/SimulationData.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-02-02 00:33:10 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-02-02 00:33:10 (GMT)
commitf5dd32b284fd311dd58070b6f431ec535fa93387 (patch)
tree73de79c18b3a91e72ebdb8520694ed7fd57c5999 /src/simulation/SimulationData.h
parentf86091d421989ead46940cc12b77e48cfb127608 (diff)
downloadpowder-f5dd32b284fd311dd58070b6f431ec535fa93387.zip
powder-f5dd32b284fd311dd58070b6f431ec535fa93387.tar.gz
Working GOL (No graphics
Diffstat (limited to 'src/simulation/SimulationData.h')
-rw-r--r--src/simulation/SimulationData.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/simulation/SimulationData.h b/src/simulation/SimulationData.h
index 37bfb37..ee31aea 100644
--- a/src/simulation/SimulationData.h
+++ b/src/simulation/SimulationData.h
@@ -75,6 +75,10 @@ struct menu_section;
struct wall_type;
+gol_menu * LoadGOLMenu(int & golMenuCount);
+
+int * LoadGOLRules(int & golRuleCount);
+
wall_type * LoadWalls(int & wallCount);
menu_section * LoadMenus(int & menuCount);