- [NEW] int JA_SetChannelVolume(const int channel, int volume)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user