summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorCatelite <liclockwork@yahoo.com>2012-06-06 13:41:56 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-06-07 13:03:16 (GMT)
commitc07afe4c892711b58061e5c0a3180ea3865f9452 (patch)
tree27f9836659c0ee42d884b8cd0e22ccade3fa0425 /includes
parentfe39fdb0e5e91e3c09fe18d6bd1af72db4059ef7 (diff)
downloadpowder-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.h1
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();