JA_IsMusicPlaying() added

This commit is contained in:
2021-02-03 21:39:28 +01:00
parent b8b2b417a9
commit 377c760e45
4 changed files with 13 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ void JA_PlayMusic(const char* filename, const bool loop = true);
void JA_PauseMusic();
void JA_RestartMusic();
void JA_StopMusic();
bool JA_IsMusicPlaying();
JA_Sound JA_LoadSound(const char* filename);
void JA_PlaySound(JA_Sound sound);