From 6edff0dea52389801a093ac6311dd66d01587605 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 12 May 2024 16:29:03 +0200 Subject: new objects and tiles --- include/map.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/map.h') diff --git a/include/map.h b/include/map.h index 8b57d84..960e9e6 100644 --- a/include/map.h +++ b/include/map.h @@ -6,10 +6,15 @@ #include "players.h" #include "objects.h" +// @NEWTILE typedef enum t_tile_type { TILE_NONE = 0, TILE_FLOOR1 = 1, TILE_FLOOR2 = 2, + TILE_BATHROOM = 3, + TILE_FUNK = 4, + TILE_WOOD1 = 5, + TILE_GYM = 6, TILE_END, } tile_type; -- cgit v1.2.3-70-g09d2