From 2a527b7862fd1741a35536ab5427ade2fff089c0 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 12 May 2010 19:49:24 -0500 Subject: [PATCH] More Windows include fixes in 'OpenGL_Windows.cpp' and some in 'TGALoader.cpp' --- Source/OpenGL_Windows.cpp | 2 ++ Source/TGALoader.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/OpenGL_Windows.cpp b/Source/OpenGL_Windows.cpp index 59e1752..fabb712 100644 --- a/Source/OpenGL_Windows.cpp +++ b/Source/OpenGL_Windows.cpp @@ -25,6 +25,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #endif */ +#define USE_DEVIL 0 + #ifndef USE_DEVIL # ifdef WIN32 # define USE_DEVIL diff --git a/Source/TGALoader.cpp b/Source/TGALoader.cpp index 2927fa6..89d28be 100644 --- a/Source/TGALoader.cpp +++ b/Source/TGALoader.cpp @@ -20,8 +20,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /**> HEADER FILES <**/ -#include "TGALoader.h" #include "Game.h" +#include "TGALoader.h" extern float texdetail; extern TGAImageRec texture; -- 2.39.2