56 bool play(
int loops = -1,
int fadeIn = 0);
59 Music(Mix_Music *music);
Defines a class for loading and storing music.
bool play(int loops=-1, int fadeIn=0)
Plays the music.
static Music * load(SDL_RWops *rw)
Loads a music from a buffer in memory.
A generic reference counted resource object.