summaryrefslogtreecommitdiffhomepage
path: root/nGenEx/Sound.cpp
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/Sound.cpp
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/Sound.cpp')
-rw-r--r--nGenEx/Sound.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/nGenEx/Sound.cpp b/nGenEx/Sound.cpp
index 8de0350..c4936fb 100644
--- a/nGenEx/Sound.cpp
+++ b/nGenEx/Sound.cpp
@@ -17,8 +17,8 @@
#include "SoundCard.h"
#include "Wave.h"
-#include <vorbis/codec.h>
-#include <vorbis/vorbisfile.h>
+#include "vorbis/codec.h"
+#include "vorbis/vorbisfile.h"
// +--------------------------------------------------------------------+