diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-15 16:54:01 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-15 16:54:01 +0100 |
commit | bb7ec5e1b79dabaca52656572d8ec17673f7d35e (patch) | |
tree | 3c1aebafe63823991d4126994ed2efe8aac70f82 /src/data.h | |
parent | 1ac83c4fc1d3ae63d29ae67b2569ebbb4126d154 (diff) | |
download | gold-mine-run-bb7ec5e1b79dabaca52656572d8ec17673f7d35e.tar.gz gold-mine-run-bb7ec5e1b79dabaca52656572d8ec17673f7d35e.zip |
Stage 5
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ extern const uint8_t binary_stage01_start[]; extern const uint8_t binary_stage02_start[]; extern const uint8_t binary_stage03_start[]; extern const uint8_t binary_stage04_start[]; +extern const uint8_t binary_stage05_start[]; /* sound */ extern const uint8_t binary_music_start[]; |