summaryrefslogtreecommitdiff
path: root/src/simulation/ElementFunctions.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-18 17:40:14 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-18 17:40:14 (GMT)
commitbf935ac7d8900d62db5007f0a6be13a0afb1491b (patch)
tree902448d4169ce3a37bda2c91a0f8cece575914ef /src/simulation/ElementFunctions.h
parent4ddf723167aa4d07b16ef1aaac6b4dff16c87a42 (diff)
downloadpowder-bf935ac7d8900d62db5007f0a6be13a0afb1491b.zip
powder-bf935ac7d8900d62db5007f0a6be13a0afb1491b.tar.gz
TPT: fusion step 2 + modify temp/pressure of step 1 803ded3b33
Diffstat (limited to 'src/simulation/ElementFunctions.h')
-rw-r--r--src/simulation/ElementFunctions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/ElementFunctions.h b/src/simulation/ElementFunctions.h
index be3f9f4..ad597b7 100644
--- a/src/simulation/ElementFunctions.h
+++ b/src/simulation/ElementFunctions.h
@@ -107,6 +107,7 @@ int update_IGNT(UPDATE_FUNC_ARGS);
int update_MISC(UPDATE_FUNC_ARGS);
int update_FRAY(UPDATE_FUNC_ARGS);
int update_REPL(UPDATE_FUNC_ARGS);
+int update_NBLE(UPDATE_FUNC_ARGS);
int update_legacy_PYRO(UPDATE_FUNC_ARGS);
int update_legacy_all(UPDATE_FUNC_ARGS);
int run_stickman(playerst* playerp, UPDATE_FUNC_ARGS);