28 Sound(
const std::string &filename);
42 using Mix_ChunkPtr = std::unique_ptr<Mix_Chunk, decltype(&Mix_FreeChunk)>;
54 #endif // GK_SOUND_HPP_
void setChannel(int channel)
void openFromFile(const std::string &filename)
void setVolume(int volume)
static int s_lastUsedChannel
std::unique_ptr< Mix_Chunk, decltype(&Mix_FreeChunk)> Mix_ChunkPtr