summaryrefslogtreecommitdiff
path: root/include/map.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-05-16 11:15:58 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-05-16 11:15:58 +0200
commit9e14d5cd569e912c6a77222719a4d4a8be4b7c72 (patch)
tree7b0868798c85f61a749e2e17113b8d5ced79933e /include/map.h
parentfa7b6b01b68ad3934734e67b65d31d0d4ccfa0a6 (diff)
painting and new tiles
Diffstat (limited to 'include/map.h')
-rw-r--r--include/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/map.h b/include/map.h
index da70c39..517f758 100644
--- a/include/map.h
+++ b/include/map.h
@@ -39,6 +39,8 @@ typedef enum t_tile_type {
TILE_CLUB_STAIRS11 = 28,
TILE_CLUB_STAIRS12 = 29,
TILE_CLUB_STAIRS13 = 30,
+ TILE_CONCRETE = 31,
+ TILE_LAMINATE = 32,
TILE_END,
} tile_type;