v0.9.96d
- [NEW] Ara mini ja no requereix SDL_mixer, usa JailAudio
This commit is contained in:
@@ -19,6 +19,8 @@ void JA_StopMusic();
|
||||
JA_Music_state JA_GetMusicState();
|
||||
void JA_DeleteMusic(JA_Music_t *music);
|
||||
int JA_SetMusicVolume(int volume);
|
||||
void JA_SetMusicPosition(float value);
|
||||
float JA_GetMusicPosition();
|
||||
void JA_EnableMusic(const bool value);
|
||||
|
||||
JA_Sound_t *JA_NewSound(Uint8* buffer, Uint32 length);
|
||||
|
||||
Reference in New Issue
Block a user