summaryrefslogtreecommitdiff
path: root/src/simulation/SimulationData.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-18 19:44:01 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-18 19:44:01 (GMT)
commit10e3f176d234782ecd097ab62dc328c6dafc5758 (patch)
treef5625b4651411eb08612fd7048aa92dea315d510 /src/simulation/SimulationData.h
parentd9cca3ec1eb0cc6da94c991baaca5bff09997604 (diff)
downloadpowder-10e3f176d234782ecd097ab62dc328c6dafc5758.zip
powder-10e3f176d234782ecd097ab62dc328c6dafc5758.tar.gz
TPT: REALISTIC - Latent heat. It may be buggy, and enthalpy table isn't filled, but it works 4b4830b5a4
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 1e1c455..03c491a 100644
--- a/src/simulation/SimulationData.h
+++ b/src/simulation/SimulationData.h
@@ -148,6 +148,8 @@ menu_section * LoadMenus(int & menuCount);
part_type * LoadElements(int & elementCount);
+unsigned int * LoadLatent(int & elementCount);
+
part_transition * LoadTransitions(int & transitionCount);
#endif /* SIMULATIONDATA_H_ */