diff options
Diffstat (limited to 'src/simulation/ElementFunctions.h')
| -rw-r--r-- | src/simulation/ElementFunctions.h | 1 |
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); |
