Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2009-07-21 17:20:39 +0400
committerJoshua Leung <aligorith@gmail.com>2009-07-21 17:20:39 +0400
commitd19bb6ffcf1364340cdb87b7bd6559ff90de8c0e (patch)
treee9ac2ac9b6a8206658496f0b7e5b0f2d03dbcc88 /source/blender/blenkernel/BKE_particle.h
parente3c6ae9b89d1d0c7bb6957f81b9fd9a89477b2d0 (diff)
Silencing warnings (mingw + scons) about undefined stuff...
Diffstat (limited to 'source/blender/blenkernel/BKE_particle.h')
-rw-r--r--source/blender/blenkernel/BKE_particle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_particle.h b/source/blender/blenkernel/BKE_particle.h
index 9f44d3c47cb..cf02efc34ac 100644
--- a/source/blender/blenkernel/BKE_particle.h
+++ b/source/blender/blenkernel/BKE_particle.h
@@ -55,6 +55,9 @@ struct IpoCurve;
struct LinkNode;
struct KDTree;
struct RNG;
+struct SurfaceModifierData;
+struct BVHTreeRay;
+struct BVHTreeRayHit;
typedef struct ParticleEffectorCache {
struct ParticleEffectorCache *next, *prev;