]> git.jsancho.org Git - lugaru.git/commitdiff
More Windows include fixes in 'OpenGL_Windows.cpp' and some in 'TGALoader.cpp'
authorNeal Gompa <ngompa13@gmail.com>
Thu, 13 May 2010 00:49:24 +0000 (19:49 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Thu, 13 May 2010 00:49:24 +0000 (19:49 -0500)
Source/OpenGL_Windows.cpp
Source/TGALoader.cpp

index 59e17520f3a40a35ce9b9b46d416e2b7014605ed..fabb712dc5b787bbe613e2b89338daadd33998bc 100644 (file)
@@ -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
index 2927fa67b478ee6b7ae2ba6e28fda8e55b0fd830..89d28be7c7d4d1fd0d194bb6c8288dd30885844e 100644 (file)
@@ -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;