summaryrefslogtreecommitdiffhomepage
path: root/nGenEx/SoundD3D.h
diff options
context:
space:
mode:
authorFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-05-30 16:01:51 +0000
committerFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-05-30 16:01:51 +0000
commit98d5f27764a416d3b7b74670e3c57f27485dac9f (patch)
treec3c2d9b80a554d6ebe6ddc6d5839b21ff9516fef /nGenEx/SoundD3D.h
parentaab1630739a86a773e25e0aae41cada21e39cf65 (diff)
downloadstarshatter-98d5f27764a416d3b7b74670e3c57f27485dac9f.zip
starshatter-98d5f27764a416d3b7b74670e3c57f27485dac9f.tar.gz
starshatter-98d5f27764a416d3b7b74670e3c57f27485dac9f.tar.bz2
A few changes to the Magic2 and ngenex projects to fix some compilation errors that cropped up
Diffstat (limited to 'nGenEx/SoundD3D.h')
-rw-r--r--nGenEx/SoundD3D.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nGenEx/SoundD3D.h b/nGenEx/SoundD3D.h
index d31a2d9..466bb54 100644
--- a/nGenEx/SoundD3D.h
+++ b/nGenEx/SoundD3D.h
@@ -22,7 +22,7 @@
#include "ThreadSync.h"
#include <stdio.h>
#include <dsound.h>
-#include <vorbis/vorbisfile.h>
+#include "vorbis/vorbisfile.h"
// +--------------------------------------------------------------------+