about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedsdl2mixer_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedsdl2mixer_private.h')
-rw-r--r--src/wrapped/wrappedsdl2mixer_private.h2
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)