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-08-15 04:40:44 +0400
committerJoshua Leung <aligorith@gmail.com>2009-08-15 04:40:44 +0400
commitdc952c7f2b80ddfeba31f309b06f19bacdb15000 (patch)
treec12a5f4aa53c1592092a24bd2ab4fef201648f7e /source/blender/blenkernel/BKE_pointcache.h
parentd0607c9d8d803885018f7e5b872e98222130f881 (diff)
parente7c53e20a18573e05970beb93184fc32b88c98c9 (diff)
Commenting out code from commit 22457 by Genscher for PointCache.
There was some missing code or something causing compiling problems.
Diffstat (limited to 'source/blender/blenkernel/BKE_pointcache.h')
-rw-r--r--source/blender/blenkernel/BKE_pointcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_pointcache.h b/source/blender/blenkernel/BKE_pointcache.h
index 55afec7c6f1..5d9dddfe30d 100644
--- a/source/blender/blenkernel/BKE_pointcache.h
+++ b/source/blender/blenkernel/BKE_pointcache.h
@@ -75,6 +75,7 @@ struct SoftBody;
struct ParticleSystem;
struct ParticleKey;
struct ClothModifierData;
+struct SmokeModifierData;
struct PointCache;
struct ListBase;