Silencing warnings (mingw + scons) about undefined stuff...

This commit is contained in:
Joshua Leung 2009-07-21 13:20:39 +00:00
parent e3c6ae9b89
commit d19bb6ffcf

@ -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;