diff options
Diffstat (limited to 'src/audio/rodeo_audio_t.h')
| -rw-r--r-- | src/audio/rodeo_audio_t.h | 5 |
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; +}; |
