diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-15 22:13:06 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-15 22:13:06 +0100 |
commit | 41044ad3f9ee7430963e81ad38bd1cf27c714d21 (patch) | |
tree | b0011a6dcac1f221f3fc7be3653a1903bf21baac /src/data.h | |
parent | 9c910552f551ec9bff014c6b2741756283ccb506 (diff) | |
download | gold-mine-run-41044ad3f9ee7430963e81ad38bd1cf27c714d21.tar.gz gold-mine-run-41044ad3f9ee7430963e81ad38bd1cf27c714d21.zip |
Stage 9
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ extern const uint8_t binary_stage05_start[]; extern const uint8_t binary_stage06_start[]; extern const uint8_t binary_stage07_start[]; extern const uint8_t binary_stage08_start[]; +extern const uint8_t binary_stage09_start[]; /* sound */ extern const uint8_t binary_music_start[]; |