diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/powder.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h index 5a66340..1ba63d5 100644 --- a/includes/powder.h +++ b/includes/powder.h @@ -220,6 +220,7 @@ #define PT_GEL 142 #define PT_TRON 143 #define PT_TTAN 144 +#define PT_EXOT 145 #define OLD_PT_WIND 147 #define PT_H2 148 @@ -350,6 +351,7 @@ int graphics_DCEL(GRAPHICS_FUNC_ARGS); int graphics_GEL(GRAPHICS_FUNC_ARGS); int graphics_TRON(GRAPHICS_FUNC_ARGS); int graphics_SOAP(GRAPHICS_FUNC_ARGS); +int graphics_EXOT(GRAPHICS_FUNC_ARGS); int graphics_stickmen(GRAPHICS_FUNC_ARGS); void TRON_init_graphics(); @@ -471,6 +473,8 @@ int update_FRAY(UPDATE_FUNC_ARGS); int update_REPL(UPDATE_FUNC_ARGS); int update_TRON(UPDATE_FUNC_ARGS); int update_TTAN(UPDATE_FUNC_ARGS); +int update_BREL(UPDATE_FUNC_ARGS); +int update_EXOT(UPDATE_FUNC_ARGS); int update_MISC(UPDATE_FUNC_ARGS); int update_legacy_PYRO(UPDATE_FUNC_ARGS); |
