diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-05-17 14:55:45 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-05-17 14:55:45 +0200 |
| commit | 71c0aff78ff24e4ae10a1ac82921c7cd1d24d6f6 (patch) | |
| tree | a3a6e6b1e1888c53345af35ac9afed399b3507c9 /src | |
| parent | 4d7e106088d439fc2fafd5a2b198a88d0f1e1771 (diff) | |
| download | box64-71c0aff78ff24e4ae10a1ac82921c7cd1d24d6f6.tar.gz box64-71c0aff78ff24e4ae10a1ac82921c7cd1d24d6f6.zip | |
Added 2 wrapped function libsdl2mixer ('two months' works now)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedsdl2mixer_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/wrappedsdl2mixer_private.h b/src/wrapped/wrappedsdl2mixer_private.h index 796e691f..5b78eec2 100644 --- a/src/wrapped/wrappedsdl2mixer_private.h +++ b/src/wrapped/wrappedsdl2mixer_private.h @@ -47,6 +47,7 @@ GO(Mix_Linked_Version,pFv) GO(Mix_LoadMUS,pFp) GOM(Mix_LoadMUSType_RW,pFEpii) GOM(Mix_LoadMUS_RW,pFEpi) +GO(Mix_LoadWAV, pFp) GOM(Mix_LoadWAV_RW,pFEpi) GO(Mix_OpenAudio, iFiWii) GO(Mix_OpenAudioDevice, iFiWiipi) @@ -54,6 +55,7 @@ GO(Mix_Pause,vFi) GO(Mix_PauseMusic,vFv) GO(Mix_Paused,iFi) GO(Mix_PausedMusic,iFv) +GO(Mix_PlayChannel, iFipi) GO(Mix_PlayChannelTimed,iFipii) GO(Mix_PlayMusic,iFpi) GO(Mix_Playing,iFi) |