diff options
| author | citrons <citrons@mondecitronne.com> | 2023-10-12 21:58:15 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2023-10-12 21:58:15 -0500 |
| commit | 93419ee676afecc3d8647cd27fc9504221d6353d (patch) | |
| tree | a3c60f2d66493754103e3653d58690120f1c6cb3 /world.h | |
| parent | 5ff2902259cc135375f526005a79d1e8cd83816b (diff) | |
display count of objects collected
Diffstat (limited to 'world.h')
| -rw-r--r-- | world.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ typedef enum tile { TILE_EMPTY, TILE_WALL, + TILE_BLOCK_WHITE, } tile; extern SDL_Color tile_colors[]; |
