- Prova amb update explicit

This commit is contained in:
2025-07-24 18:06:48 +02:00
parent 7d591bb028
commit 5158d95e3d
3 changed files with 11 additions and 8 deletions

View File

@@ -7,6 +7,8 @@ enum JA_Music_state { JA_MUSIC_INVALID, JA_MUSIC_PLAYING, JA_MUSIC_PAUSED, JA_MU
struct JA_Sound_t;
struct JA_Music_t;
void JA_Update();
void JA_Init(const int freq, const SDL_AudioFormat format, const int num_channels);
void JA_Quit();