diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-22 22:10:57 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-22 22:10:57 +0100 |
commit | e54dfef636c877fd990fb208ad5c7a3e532ef3d1 (patch) | |
tree | 9c0b5cf5d649e4147e0359235603b3b2b5fa2d12 /src/data.h | |
parent | a26f820e8f63238ad57e91062e7d0d22195598cd (diff) | |
download | gold-mine-run-e54dfef636c877fd990fb208ad5c7a3e532ef3d1.tar.gz gold-mine-run-e54dfef636c877fd990fb208ad5c7a3e532ef3d1.zip |
Stage 21
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ extern const uint8_t binary_stage17_start[]; extern const uint8_t binary_stage18_start[]; extern const uint8_t binary_stage19_start[]; extern const uint8_t binary_stage20_start[]; +extern const uint8_t binary_stage21_start[]; /* sound */ extern const uint8_t binary_music_start[]; |