summaryrefslogtreecommitdiff
path: root/include/asset_defs.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-12-24 11:19:35 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-12-24 11:19:35 +0100
commitff3de32a164619ee1599c4f43600872f6cf955c4 (patch)
tree34ad875d0ba1054e6dd7406f103101c480901309 /include/asset_defs.h
parentcb9c0f812695da554e1feb5afe71b38324b65103 (diff)
music
Diffstat (limited to 'include/asset_defs.h')
-rw-r--r--include/asset_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asset_defs.h b/include/asset_defs.h
index 9cfc48b..e1dd72a 100644
--- a/include/asset_defs.h
+++ b/include/asset_defs.h
@@ -73,6 +73,7 @@ Mix_Chunk* wav_character;
Mix_Chunk* wav_round_change;
Mix_Chunk* wav_step;
+Mix_Music* music_inside1;
void load_assets();
font* get_font(platform_window* window, float scale);