diff options
author | Charlie Stanton <charlie@shtanton.xyz> | 2025-04-06 17:26:30 +0100 |
---|---|---|
committer | Charlie Stanton <charlie@shtanton.xyz> | 2025-04-06 17:26:30 +0100 |
commit | a6f443fc844215b474f245bfb6bcd2e4c1c37e93 (patch) | |
tree | 1b627351a9f16caa88da8d6e8ddec0a11e76d6e2 /src/types.c | |
parent | 75d02c350fa76ffb9f960338b893179f3661692d (diff) | |
download | ldjam57-a6f443fc844215b474f245bfb6bcd2e4c1c37e93.tar |
Add nelson to SDL version
Diffstat (limited to 'src/types.c')
-rw-r--r-- | src/types.c | 5 |
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, }; |