diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-15 15:01:01 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-15 15:01:01 +0100 |
commit | d587895b25408dd904753e24548f4e92eafd1010 (patch) | |
tree | 9a3ff15a077bc7893b801894b2a7fdc4f9924f81 /src | |
parent | ee52f38cec3762f6aa6ca0cfe6a0ac642c26897c (diff) | |
download | gold-mine-run-d587895b25408dd904753e24548f4e92eafd1010.tar.gz gold-mine-run-d587895b25408dd904753e24548f4e92eafd1010.zip |
Level design, stages 1 to 3
Diffstat (limited to 'src')
-rw-r--r-- | src/data.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ extern const uint8_t binary_intro_start[]; /* maps */ extern const uint8_t binary_stage01_start[]; extern const uint8_t binary_stage02_start[]; +extern const uint8_t binary_stage03_start[]; /* sound */ extern const uint8_t binary_music_start[]; |