20 Audio(std::string filename,
bool loop);
29 void play(
bool restart);
Audio(std::string filename, bool loop)
Creates an audio container that holds a song and audio channel.
void play(bool restart)
Play the stored audio file.
void pause()
Pause the stored audio file.
Contains an audio file and the function to play and pause it,.