From 4893cdc33855e566dade323fa2f8486536821018 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Wed, 26 Aug 2009 00:38:43 +0000 Subject: 2.5 - Warning cleanups (for mingw+scons) Also, made the Outliner's horizontal scrollbar work better for keymaps view. It's still using an approximation of the width, but at least you can scroll now. --- intern/smoke/extern/smoke_API.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'intern/smoke') diff --git a/intern/smoke/extern/smoke_API.h b/intern/smoke/extern/smoke_API.h index b21ce473202..1a3edce2344 100644 --- a/intern/smoke/extern/smoke_API.h +++ b/intern/smoke/extern/smoke_API.h @@ -32,6 +32,8 @@ extern "C" { #endif +struct FLUID_3D; + // export void smoke_export(struct FLUID_3D *fluid, float *dt, float *dx, float **dens, float **densold, float **heat, float **heatold, float **vx, float **vy, float **vz, float **vxold, float **vyold, float **vzold, unsigned char **obstacles); @@ -74,4 +76,4 @@ void smoke_turbulence_export(struct WTURBULENCE *wt, float **dens, float **denso } #endif -#endif /* SMOKE_API_H_ */ \ No newline at end of file +#endif /* SMOKE_API_H_ */ -- cgit v1.2.3