From 98d5f27764a416d3b7b74670e3c57f27485dac9f Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Wed, 30 May 2012 16:01:51 +0000 Subject: A few changes to the Magic2 and ngenex projects to fix some compilation errors that cropped up --- nGenEx/Sound.cpp | 4 ++-- nGenEx/SoundD3D.h | 2 +- nGenEx/nGenEx.vcxproj | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'nGenEx') 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 -#include +#include "vorbis/codec.h" +#include "vorbis/vorbisfile.h" // +--------------------------------------------------------------------+ 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 #include -#include +#include "vorbis/vorbisfile.h" // +--------------------------------------------------------------------+ diff --git a/nGenEx/nGenEx.vcxproj b/nGenEx/nGenEx.vcxproj index ddb89e3..c655fa6 100644 --- a/nGenEx/nGenEx.vcxproj +++ b/nGenEx/nGenEx.vcxproj @@ -170,7 +170,7 @@ Level3 true EditAndContinue - ..\parser;..\FoundationEx;..\zlib;..\LibPng;..\Opcode\OpcodeLib;%(AdditionalIncludeDirectories) + ..\oggvorbis\include;..\parser;..\FoundationEx;..\zlib;..\LibPng;..\Opcode\OpcodeLib;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) .\Debug\ true @@ -232,7 +232,7 @@ MaxSpeed true Level3 - ..\parser;..\FoundationEx;..\zlib;..\LibPng;..\Opcode\OpcodeLib;%(AdditionalIncludeDirectories) + ..\oggvorbis\include;..\parser;..\FoundationEx;..\zlib;..\LibPng;..\Opcode\OpcodeLib;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) .\Release\ true -- cgit v1.1