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/water.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/water.h') diff --git a/src/water.h b/src/water.h index bea2466..dc9384d 100644 --- a/src/water.h +++ b/src/water.h @@ -20,14 +20,14 @@ #define _WATER_H_ +#include "d3dengine.h" +#include "particule.h" + + class CInstanceManager; -class CD3DEngine; class CTerrain; -class CParticule; class CSound; -enum ParticuleType; - #define MAXWATERLINE 500 -- cgit v1.2.3-1-g7c22