summaryrefslogtreecommitdiff
path: root/world.h
diff options
context:
space:
mode:
authorcitrons <citrons@mondecitronne.com>2023-10-12 21:58:15 -0500
committercitrons <citrons@mondecitronne.com>2023-10-12 21:58:15 -0500
commit93419ee676afecc3d8647cd27fc9504221d6353d (patch)
treea3c60f2d66493754103e3653d58690120f1c6cb3 /world.h
parent5ff2902259cc135375f526005a79d1e8cd83816b (diff)
display count of objects collected
Diffstat (limited to 'world.h')
-rw-r--r--world.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/world.h b/world.h
index ad7acd2..33d5984 100644
--- a/world.h
+++ b/world.h
@@ -14,6 +14,7 @@ typedef enum tile {
TILE_EMPTY,
TILE_WALL,
+ TILE_BLOCK_WHITE,
} tile;
extern SDL_Color tile_colors[];