From 6bd6757583510ba3edf75451309e4b8ec8c9b0f1 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 25 Jun 2023 22:44:23 +0100 Subject: Add entity system, add new enemy (snake) --- src/map.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 992c982..42f8da7 100644 --- a/src/map.h +++ b/src/map.h @@ -14,11 +14,6 @@ #define MAP_FIRST_BLOCKED 40 #define MAP_FIRST_DEADLY 100 -typedef enum -{ - Player = 0, -} EntityType; - void map_init(const uint8_t map[]); void map_render(); -- cgit v1.2.3