#pragma once #include #include struct AudioAsset { SDL_AudioSpec spec; uint8_t *buffer; uint32_t buffer_length; };