diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-12 16:52:18 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-12 16:52:18 -0400 |
commit | ad1e7f58f2912df805d9a768715497c9cc6a85c1 (patch) | |
tree | c08534f0cb1a3269e632fec9996ec75482936070 /include/sound.h | |
parent | 9e8e57cacbdb4e75cb7e3adce06a957dec25c33f (diff) |
Merge two struct definitions
Diffstat (limited to 'include/sound.h')
-rw-r--r-- | include/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound.h b/include/sound.h index a79e6ecf..6e78bfa4 100644 --- a/include/sound.h +++ b/include/sound.h @@ -3,7 +3,7 @@ #include "FS_file.h" #include "sdat.h" -#include "options.h" +#include "save_block_2.h" struct SoundData { |