aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-01 20:40:29 +1000
committerquou <quou@disroot.org>2024-10-01 20:40:29 +1000
commit61d70551166de46cfda7ee5d6212817859153335 (patch)
treec8cf645f0e46d22c4f3e4b7cb0baaaa3622381cf /Makefile
parent5ae0a01f81f98b6bed04ec6e3c6a687317489d91 (diff)
hud
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef3f82b..3f107ed 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ sources = \
asset.c \
deathzone.c \
enemy.c \
+ hud.c \
map.c \
maths.c \
memory.c \
@@ -61,10 +62,11 @@ sources = \
image_sources = \
$(int_dir)/arms.bmp \
- $(int_dir)/npc.bmp \
$(int_dir)/guy.bmp \
+ $(int_dir)/hud.bmp \
$(int_dir)/map.bmp \
$(int_dir)/mask.bmp \
+ $(int_dir)/npc.bmp \
anim_sources = \
$(int_dir)/demon_fly_left.anm \