diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-18 20:27:28 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-18 20:27:28 (GMT) |
| commit | e4d1c7141fdc362629c239ff31f97df37a3b92f9 (patch) | |
| tree | 25bb989983daa2281086a26b1c333342f7ec1c94 /src/simulation/ElementFunctions.h | |
| parent | 472cb8916eea4313c1d6ac9feb5c415db295536f (diff) | |
| download | powder-e4d1c7141fdc362629c239ff31f97df37a3b92f9.zip powder-e4d1c7141fdc362629c239ff31f97df37a3b92f9.tar.gz | |
TPT: TRON element, needs to glow and fancy explosion on crash eccf5658d2
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 7f86424..b1d6409 100644 --- a/src/simulation/ElementFunctions.h +++ b/src/simulation/ElementFunctions.h @@ -109,6 +109,7 @@ 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_TRON(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); @@ -168,6 +169,7 @@ 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_TRON(GRAPHICS_FUNC_ARGS); int graphics_DEFAULT(GRAPHICS_FUNC_ARGS); #endif /* ELEMENTFUNCTIONS_H_ */ |
