summaryrefslogtreecommitdiff
path: root/src/simulation/ElementFunctions.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-18 20:18:37 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-18 20:18:37 (GMT)
commitb40f13b66a8661d8698e5fc737c2842dfb73e6f9 (patch)
tree1e9fb258cd8bcbba92c14b0ccef4bf6acfd3712a /src/simulation/ElementFunctions.h
parentff7428fc70385287204832048bcf2f3c72aaabe8 (diff)
downloadpowder-b40f13b66a8661d8698e5fc737c2842dfb73e6f9.zip
powder-b40f13b66a8661d8698e5fc737c2842dfb73e6f9.tar.gz
TPT: Added gel - a liquid with variable heat conductivity and viscosity. 8523da398f
Diffstat (limited to 'src/simulation/ElementFunctions.h')
-rw-r--r--src/simulation/ElementFunctions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simulation/ElementFunctions.h b/src/simulation/ElementFunctions.h
index ad597b7..7f86424 100644
--- a/src/simulation/ElementFunctions.h
+++ b/src/simulation/ElementFunctions.h
@@ -108,6 +108,7 @@ 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_GEL(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);
@@ -166,6 +167,7 @@ int graphics_ELEC(GRAPHICS_FUNC_ARGS);
int graphics_WIRE(GRAPHICS_FUNC_ARGS);
int graphics_ACEL(GRAPHICS_FUNC_ARGS);
int graphics_DCEL(GRAPHICS_FUNC_ARGS);
+int graphics_GEL(GRAPHICS_FUNC_ARGS);
int graphics_DEFAULT(GRAPHICS_FUNC_ARGS);
#endif /* ELEMENTFUNCTIONS_H_ */