diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2012-04-27 16:59:24 (GMT) |
|---|---|---|
| committer | jacksonmj <mj-pt@jacksonmj.co.uk> | 2012-04-27 17:09:54 (GMT) |
| commit | 6101c04ff9ee55e2be9a100a76a65ed1559ca24a (patch) | |
| tree | 2f36da1315ed8cf3f51d2582641bce5b1ae45d48 /includes | |
| parent | c8a1524d6bf6bd9e249b31dcf699b589ae50cbba (diff) | |
| download | powder-6101c04ff9ee55e2be9a100a76a65ed1559ca24a.zip powder-6101c04ff9ee55e2be9a100a76a65ed1559ca24a.tar.gz | |
Use an array instead of ctype to cache tron colour
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 c471aa7..48a0664 100644 --- a/includes/powder.h +++ b/includes/powder.h @@ -329,6 +329,8 @@ int graphics_DCEL(GRAPHICS_FUNC_ARGS); int graphics_GEL(GRAPHICS_FUNC_ARGS); int graphics_TRON(GRAPHICS_FUNC_ARGS); +void TRON_init_graphics(); + #define UPDATE_FUNC_ARGS int i, int x, int y, int surround_space, int nt // to call another update function with same arguments: #define UPDATE_FUNC_SUBCALL_ARGS i, x, y, surround_space, nt |
