summaryrefslogtreecommitdiff
path: root/src/simulation/SimulationData.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-25 14:53:27 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-25 15:29:27 (GMT)
commit082072a05e7847ed3c226495f9d613e11f768306 (patch)
tree11b5f1eb0bf059df0a494aff86d2662ff7c24ecf /src/simulation/SimulationData.h
parent6ace7bd26fe8f274d911beab143c2743f03af8cf (diff)
downloadpowder-082072a05e7847ed3c226495f9d613e11f768306.zip
powder-082072a05e7847ed3c226495f9d613e11f768306.tar.gz
OPS: Fix byte order when unpacking 4 byte tmp fields
Diffstat (limited to 'src/simulation/SimulationData.h')
-rw-r--r--src/simulation/SimulationData.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simulation/SimulationData.h b/src/simulation/SimulationData.h
index a96d9d9..fabb62c 100644
--- a/src/simulation/SimulationData.h
+++ b/src/simulation/SimulationData.h
@@ -172,4 +172,6 @@ wall_type * LoadWalls(int & wallCount);
menu_section * LoadMenus(int & menuCount);
+unsigned int * LoadLatent(int & elementCount);
+
#endif /* SIMULATIONDATA_H_ */