Actualizado Jail_Audio

This commit is contained in:
2022-11-11 22:33:58 +01:00
parent 8c293a6b7f
commit c5c1996865
2 changed files with 23 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ typedef struct JA_Sound_t *JA_Sound;
typedef struct JA_Music_t *JA_Music;
void JA_Init(const int freq, const SDL_AudioFormat format, const int channels);
void JA_Quit();
JA_Music JA_LoadMusic(const char* filename);
void JA_PlayMusic(JA_Music music, const int loop = -1);