Actualizado Jail_Audio

This commit is contained in:
2022-11-08 18:45:45 +01:00
parent d32170f7cf
commit 164dfe1e54
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);