diff options
| author | Catelite <liclockwork@yahoo.com> | 2012-06-06 13:41:56 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-07 13:03:16 (GMT) |
| commit | c07afe4c892711b58061e5c0a3180ea3865f9452 (patch) | |
| tree | 27f9836659c0ee42d884b8cd0e22ccade3fa0425 /includes | |
| parent | fe39fdb0e5e91e3c09fe18d6bd1af72db4059ef7 (diff) | |
| download | powder-c07afe4c892711b58061e5c0a3180ea3865f9452.zip powder-c07afe4c892711b58061e5c0a3180ea3865f9452.tar.gz | |
Ton of changes to make EXOT work as expected. Added graphics to WARP to make it actually invisible besides BLOB mode, EXOT now makes rainbows and explodes with too many electrons o__o
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/powder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h index 1ba63d5..fc767dd 100644 --- a/includes/powder.h +++ b/includes/powder.h @@ -352,6 +352,7 @@ 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_WARP(GRAPHICS_FUNC_ARGS); int graphics_stickmen(GRAPHICS_FUNC_ARGS); void TRON_init_graphics(); |
