AppleWin/source/linux/linuxinterface.h
Andrea Odetti 76317c2df1 libwindows: a very tiny step towards compilation of libretro with VS.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-11-28 18:49:17 +00:00

7 lines
162 B
C++

#pragma once
class IDirectSoundBuffer;
// Sound
void registerSoundBuffer(IDirectSoundBuffer * buffer);
void unregisterSoundBuffer(IDirectSoundBuffer * buffer);