From 011d86ed668cbbff5c7bfc5f7e88086acb849921 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 15 Apr 2012 00:50:13 +0200 Subject: Pulled changes from test mingw branch * include fixes * syntax fixes for MinGW * fixed encoding of restext.cpp * temporary fix for MinGW in joystick.cpp Successfully compiles under MinGW :) --- src/particule.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/particule.cpp') diff --git a/src/particule.cpp b/src/particule.cpp index fa63f07..0a8c27d 100644 --- a/src/particule.cpp +++ b/src/particule.cpp @@ -24,9 +24,10 @@ #include #include "struct.h" -#include "D3DMath.h" -#include "D3DTextr.h" -#include "D3DEngine.h" +#include "d3dmath.h" +#include "d3dtextr.h" +#include "d3dengine.h" +#include "d3dutil.h" #include "language.h" #include "iman.h" #include "math3d.h" -- cgit v1.2.3-1-g7c22