aboutsummaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-06-25 22:44:23 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-06-25 22:44:23 +0100
commit6bd6757583510ba3edf75451309e4b8ec8c9b0f1 (patch)
treee63f401238e4118ff6d1670ea86508f0181c19ea /src/map.h
parent2d7fbc07acf0c5766d662d2629e72600b65f744b (diff)
downloadgold-mine-run-6bd6757583510ba3edf75451309e4b8ec8c9b0f1.tar.gz
gold-mine-run-6bd6757583510ba3edf75451309e4b8ec8c9b0f1.zip
Add entity system, add new enemy (snake)
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h5
1 files changed, 0 insertions, 5 deletions
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();