fix include for dsound.cpp

This commit is contained in:
wowzaman12 2015-04-28 01:00:19 +00:00
parent 8e90ea0199
commit 27dc43c434
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
// DirectSound8
#define DIRECTSOUND_VERSION 0x0800
#include <dsound.h>
#include "common/ConfigManager.h"
#include "../common/ConfigManager.h"
extern bool soundBufferLow;