Afegit "int JA_SetVolume(int volume);"

This commit is contained in:
2022-08-28 08:16:30 +02:00
parent 1623654564
commit 1ba349f6c3
3 changed files with 18 additions and 5 deletions

View File

@@ -25,3 +25,5 @@ void JA_ResumeChannel(const int channel);
void JA_StopChannel(const int channel);
JA_Channel_state JA_GetChannelState(const int channel);
void JA_DeleteSound(JA_Sound sound);
int JA_SetVolume(int volume);