fix include for dsound.cpp
This commit is contained in:
parent
8e90ea0199
commit
27dc43c434
|
@ -11,7 +11,7 @@
|
||||||
// DirectSound8
|
// DirectSound8
|
||||||
#define DIRECTSOUND_VERSION 0x0800
|
#define DIRECTSOUND_VERSION 0x0800
|
||||||
#include <dsound.h>
|
#include <dsound.h>
|
||||||
#include "common/ConfigManager.h"
|
#include "../common/ConfigManager.h"
|
||||||
|
|
||||||
extern bool soundBufferLow;
|
extern bool soundBufferLow;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue