AppleWin/source/frontends/retro/rdirectsound.cpp

11 lines
165 B
C++
Raw Normal View History

#include <linux/interface.h>
// Mockingboard
void registerSoundBuffer(IDirectSoundBuffer * buffer)
{
}
void unregisterSoundBuffer(IDirectSoundBuffer * buffer)
{
}