Open sechshelme opened 4 months ago
Would it make sense for Mix_PausedMusic to return a SDL_bool instead of an int?
Mix_PausedMusic
SDL_bool
int
According to the wiki, the int can only have 1 or 0.
Yes. :)
Would it make sense for
Mix_PausedMusic
to return aSDL_bool
instead of anint
?According to the wiki, the int can only have 1 or 0.