about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedsdl1sound_private.h
blob: 1efad54e83db547bdefd885b37cb4466ccbf0c44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error meh!
#endif

GO(Sound_AvailableDecoders, pFv)
GO(Sound_BuildAudioCVT, iFpWCuWCuu)
GO(Sound_ClearError, vFv)
GO(Sound_ConvertAudio, iFp)
GO(Sound_Decode, uFp)
GO(Sound_DecodeAll, uFp)
GO(Sound_FreeSample, vFp)
GO(Sound_GetError, pFv)
GO(Sound_GetLinkedVersion, vFp)
GO(Sound_Init, iFv)
GOM(Sound_NewSample, pFEpppu)
GO(Sound_NewSampleFromFile, pFppu)
GO(Sound_Quit, iFv)
GO(Sound_Rewind, iFp)
GO(Sound_Seek, iFpu)
GO(Sound_SetBufferSize, iFpu)