summaryrefslogtreecommitdiffhomepage
path: root/src/audio/rodeo_audio_t.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-05-12 14:24:58 -0400
committerrealtradam <[email protected]>2023-05-12 14:24:58 -0400
commite81eb2369cbf21ca66fc49d2d09aab270131ea87 (patch)
tree5168b06797316af37770da971b9af44b3109f425 /src/audio/rodeo_audio_t.h
parent333bfde55e090e4e393831c79f6576ce99ba4658 (diff)
downloadRodeoKit-e81eb2369cbf21ca66fc49d2d09aab270131ea87.tar.gz
RodeoKit-e81eb2369cbf21ca66fc49d2d09aab270131ea87.zip
finish initial audio system
Diffstat (limited to 'src/audio/rodeo_audio_t.h')
-rw-r--r--src/audio/rodeo_audio_t.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/audio/rodeo_audio_t.h b/src/audio/rodeo_audio_t.h
index 6e3ce68..b762cf3 100644
--- a/src/audio/rodeo_audio_t.h
+++ b/src/audio/rodeo_audio_t.h
@@ -9,3 +9,8 @@ rodeo_audio_sound_t
Mix_Chunk *sdl_sound;
};
+struct
+rodeo_audio_music_t
+{
+ Mix_Music *sdl_music;
+};