diff options
Diffstat (limited to 'src/audio/rodeo_audio_t.h')
| -rw-r--r-- | src/audio/rodeo_audio_t.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/audio/rodeo_audio_t.h b/src/audio/rodeo_audio_t.h new file mode 100644 index 0000000..6e3ce68 --- /dev/null +++ b/src/audio/rodeo_audio_t.h @@ -0,0 +1,11 @@ +#pragma once +// -- external -- +#include "SDL.h" +#include "SDL_mixer.h" + +struct +rodeo_audio_sound_t +{ + Mix_Chunk *sdl_sound; +}; + |
