1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
#include "stdafx.h" #define _IN_OSS #include "externals.h" // SETUP SOUND void SetupSound(void) { } // REMOVE SOUND void RemoveSound(void) { } // GET BYTES BUFFERED unsigned long SoundGetBytesBuffered(void) { return 0; } // FEED SOUND DATA void SoundFeedStreamData(unsigned char* pSound,long lBytes) { }