diff options
author | Aki <please@ignore.pl> | 2022-02-15 00:14:59 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-02-15 00:14:59 +0100 |
commit | 2ba78cf22f6f0f7c488d0d4cb606c05a841474f2 (patch) | |
tree | 16fa28469582c2fd5c9b0bde85f619336a2d4076 /Stars45/SoundD3D.cpp | |
parent | 0ea71e86d0cf91718d3a9406060d7413f9c5aa01 (diff) | |
download | starshatter-2ba78cf22f6f0f7c488d0d4cb606c05a841474f2.zip starshatter-2ba78cf22f6f0f7c488d0d4cb606c05a841474f2.tar.gz starshatter-2ba78cf22f6f0f7c488d0d4cb606c05a841474f2.tar.bz2 |
Exported infamous Print to FoundationEx
Diffstat (limited to 'Stars45/SoundD3D.cpp')
-rw-r--r-- | Stars45/SoundD3D.cpp | 2 |
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); |