Back to shtanton's homepage
summaryrefslogtreecommitdiff
path: root/src/types.c
diff options
context:
space:
mode:
authorCharlie Stanton <charlie@shtanton.xyz>2025-04-06 17:26:30 +0100
committerCharlie Stanton <charlie@shtanton.xyz>2025-04-06 17:26:30 +0100
commita6f443fc844215b474f245bfb6bcd2e4c1c37e93 (patch)
tree1b627351a9f16caa88da8d6e8ddec0a11e76d6e2 /src/types.c
parent75d02c350fa76ffb9f960338b893179f3661692d (diff)
downloadldjam57-a6f443fc844215b474f245bfb6bcd2e4c1c37e93.tar
Add nelson to SDL version
Diffstat (limited to 'src/types.c')
-rw-r--r--src/types.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/types.c b/src/types.c
index bee6b05..d2a7575 100644
--- a/src/types.c
+++ b/src/types.c
@@ -55,6 +55,11 @@ enum {
IMAGE_PAUSE,
IMAGE_PLAY,
IMAGE_RETRY,
+ IMAGE_NELSON,
+ IMAGE_NELSON_LEFT,
+ IMAGE_NELSON_UP,
+ IMAGE_NELSON_RIGHT,
+ IMAGE_NELSON_DOWN,
N_IMAGES,
};