diff options
| author | Catelite <liclockwork@yahoo.com> | 2012-06-05 20:47:29 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-07 13:03:00 (GMT) |
| commit | 6d465b207de473a75855faeddd7181f902ab0a9d (patch) | |
| tree | 106e50cdef605b077125808fc908e398065680b9 /includes | |
| parent | c6289abce639036b3386ccac9260245151a69037 (diff) | |
| download | powder-6d465b207de473a75855faeddd7181f902ab0a9d.zip powder-6d465b207de473a75855faeddd7181f902ab0a9d.tar.gz | |
omg EXOT element, made from BREL element sparked repeatedly while under >10 pressure. Not at all finished, but looks cool :D
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); |
