Searched refs:FUNCTION2 (Results 1 – 3 of 3) sorted by relevance
27 typedef void (*FUNCTION2)(u8 *src, ADPCMINFO *cxt, u32 samples); typedef30 extern FUNCTION2 getLoopContext;
618 typedef int (*FUNCTION2)(u8 *path, SOUNDINFO *soundinfo, void *dest); typedef620 FUNCTION2 getSoundSamples;643 getSoundSamples = (FUNCTION2)GetProcAddress(hDllSoundfile, "getSoundSamples"); in loadDlls()
29 typedef int (*FUNCTION2)(char *path, SOUNDINFO *soundinfo, void *dest); typedef32 extern FUNCTION2 getSoundSamples;