diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-12 16:29:03 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-12 16:29:03 +0200 |
| commit | 6edff0dea52389801a093ac6311dd66d01587605 (patch) | |
| tree | fb08fb602f1fade20c7a8573bbdee744612cc142 /include/map.h | |
| parent | f4611412d0743084fb47d67b8924968d0b0acf97 (diff) | |
new objects and tiles
Diffstat (limited to 'include/map.h')
| -rw-r--r-- | include/map.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
