JA_RestartMusic() renamed to JA_ResumeMusic()
This commit is contained in:
@@ -7,7 +7,7 @@ void JA_Init(const int freq, const SDL_AudioFormat format, const int channels);
|
||||
|
||||
void JA_PlayMusic(const char* filename, const bool loop = true);
|
||||
void JA_PauseMusic();
|
||||
void JA_RestartMusic();
|
||||
void JA_ResumeMusic();
|
||||
void JA_StopMusic();
|
||||
bool JA_IsMusicPlaying();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user