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.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/particule.h') diff --git a/src/particule.h b/src/particule.h index ca0bd6b..67abad3 100644 --- a/src/particule.h +++ b/src/particule.h @@ -20,18 +20,15 @@ #define _PARTICULE_H_ -#include "D3DEngine.h" +#include "d3dengine.h" +#include "sound.h" class CInstanceManager; -class CD3DEngine; class CRobotMain; class CTerrain; class CWater; class CObject; -class CSound; - -enum Sound; #define MAXPARTICULE 500 -- cgit v1.2.3-1-g7c22