- [NEW] int JA_SetChannelVolume(const int channel, int volume)

This commit is contained in:
2022-11-24 15:40:02 +01:00
parent 6d8921b160
commit cc7ef78d59
2 changed files with 12 additions and 3 deletions

View File

@@ -25,6 +25,8 @@ void JA_PauseChannel(const int channel);
void JA_ResumeChannel(const int channel);
void JA_StopChannel(const int channel);
JA_Channel_state JA_GetChannelState(const int channel);
int JA_SetChannelVolume(const int channel, int volume);
void JA_DeleteSound(JA_Sound sound);
int JA_SetVolume(int volume);