fix include for dsound.cpp

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1366 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
wowzaman12 2015-04-28 01:00:19 +00:00
parent 1d5b47527e
commit 37c4b8ee8e
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;