diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-20 21:02:04 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-20 21:02:04 +0100 |
commit | 756e425585ba717915b74573741c52020b1b724a (patch) | |
tree | d90aa252a037143eb6ac328eedf8c1e8d7280f45 /src/data.h | |
parent | 21d5ae817f2c59815b89014413a73084dfa47133 (diff) | |
download | gold-mine-run-756e425585ba717915b74573741c52020b1b724a.tar.gz gold-mine-run-756e425585ba717915b74573741c52020b1b724a.zip |
Stage 16
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ extern const uint8_t binary_stage12_start[]; extern const uint8_t binary_stage13_start[]; extern const uint8_t binary_stage14_start[]; extern const uint8_t binary_stage15_start[]; +extern const uint8_t binary_stage16_start[]; /* sound */ extern const uint8_t binary_music_start[]; |