2017-05-16 09:07:55 +01:00
|
|
|
#pragma once
|
|
|
|
|
2019-11-23 18:17:44 +00:00
|
|
|
#include "linux/windows/wincompat.h"
|
2020-07-02 11:02:57 +01:00
|
|
|
#include "linux/windows/dsound.h"
|
|
|
|
|
2020-12-29 09:22:10 +00:00
|
|
|
// Sound
|
2020-07-02 11:02:57 +01:00
|
|
|
void registerSoundBuffer(IDirectSoundBuffer * buffer);
|
|
|
|
void unregisterSoundBuffer(IDirectSoundBuffer * buffer);
|