AppleWin/source/linux/linuxinterface.h
Andrea Odetti 53f1bf52f2 Rename interface.h -> linuxinterface.h to avoid case issues.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-10-16 19:18:53 +01:00

8 lines
207 B
C

#pragma once
#include "linux/windows/wincompat.h"
#include "linux/windows/dsound.h"
// Sound
void registerSoundBuffer(IDirectSoundBuffer * buffer);
void unregisterSoundBuffer(IDirectSoundBuffer * buffer);