diff options
| author | cracker64 <cracker642@gmail.com> | 2012-04-17 19:55:58 (GMT) |
|---|---|---|
| committer | cracker64 <cracker642@gmail.com> | 2012-04-17 19:55:58 (GMT) |
| commit | eccf5658d273b0583727781e303d11daf1e446d1 (patch) | |
| tree | 6a4c4093c3f7a1205802f4f6609abb0aa1609959 /includes | |
| parent | ff8ce0ef3a969432cfb29dea89a6f88903e4e88c (diff) | |
| download | powder-eccf5658d273b0583727781e303d11daf1e446d1.zip powder-eccf5658d273b0583727781e303d11daf1e446d1.tar.gz | |
TRON element, needs to glow and fancy explosion on crash
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/powder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h index 5f965c8..cd118e1 100644 --- a/includes/powder.h +++ b/includes/powder.h @@ -202,6 +202,7 @@ #define PT_IGNT 140 #define PT_BOYL 141 #define PT_GEL 142 +#define PT_TRON 143 #define OLD_PT_WIND 147 #define PT_H2 148 @@ -324,6 +325,7 @@ int graphics_WIRE(GRAPHICS_FUNC_ARGS); int graphics_ACEL(GRAPHICS_FUNC_ARGS); int graphics_DCEL(GRAPHICS_FUNC_ARGS); int graphics_GEL(GRAPHICS_FUNC_ARGS); +int graphics_TRON(GRAPHICS_FUNC_ARGS); #define UPDATE_FUNC_ARGS int i, int x, int y, int surround_space, int nt // to call another update function with same arguments: |
