From 9e14d5cd569e912c6a77222719a4d4a8be4b7c72 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 16 May 2024 11:15:58 +0200 Subject: painting and new tiles --- include/map.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/map.h') 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; -- cgit v1.2.3-70-g09d2