diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-17 17:42:36 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-17 17:42:36 (GMT) |
| commit | 80a77f47501336f5d690965a6e8f79f2ef231943 (patch) | |
| tree | 197c103b6bdf6dfe82c2b6e2314c494aef273896 /src/simulation/ElementFunctions.h | |
| parent | fdb4dff4d77d36e45e48847a602b53f786380ba0 (diff) | |
| download | powder-80a77f47501336f5d690965a6e8f79f2ef231943.zip powder-80a77f47501336f5d690965a6e8f79f2ef231943.tar.gz | |
TPT: Added FRAY - Force-ray and RPEL - Repeller f6696282e1
Diffstat (limited to 'src/simulation/ElementFunctions.h')
| -rw-r--r-- | src/simulation/ElementFunctions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simulation/ElementFunctions.h b/src/simulation/ElementFunctions.h index ef80b6f..be3f9f4 100644 --- a/src/simulation/ElementFunctions.h +++ b/src/simulation/ElementFunctions.h @@ -105,6 +105,8 @@ int update_DCEL(UPDATE_FUNC_ARGS); int update_BANG(UPDATE_FUNC_ARGS); 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_legacy_PYRO(UPDATE_FUNC_ARGS); int update_legacy_all(UPDATE_FUNC_ARGS); int run_stickman(playerst* playerp, UPDATE_FUNC_ARGS); |
