summaryrefslogtreecommitdiffhomepage
path: root/Stars45/SoundD3D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/SoundD3D.cpp')
-rw-r--r--Stars45/SoundD3D.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/SoundD3D.cpp b/Stars45/SoundD3D.cpp
index d604d97..1fd4f1e 100644
--- a/Stars45/SoundD3D.cpp
+++ b/Stars45/SoundD3D.cpp
@@ -21,6 +21,7 @@
#include "MemDebug.h"
#include "SoundD3D.h"
#include "Game.h"
+#include "Utils.h"
#ifdef DIRECT_SOUND_3D
#include "ia3d.h"
@@ -28,7 +29,6 @@
// +--------------------------------------------------------------------+
-void Print(const char* msg, ...);
char* DSErrStr(HRESULT dserr);
void SoundD3DError(const char* msg, HRESULT dserr);