1 2 3 4 5 6 7 8 9 10 11
#pragma once // -- external -- #include "SDL.h" #include "SDL_mixer.h" struct rodeo_audio_sound_t { Mix_Chunk *sdl_sound; };