Distribute some files that were only in SVN before
[synfig.git] / synfig-core / trunk / src / modules / mod_particle / plant.h
index 4b765af..54dafe4 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file plant.h
 **     \brief Template Header
 **
-**     $Id: plant.h,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -62,7 +62,7 @@ private:
        {
                synfig::Point point;
                synfig::Color color;
-               
+
                Particle(const synfig::Point &point,const synfig::Color& color):
                        point(point),color(color) { }
        };
@@ -80,10 +80,10 @@ private:
        int sprouts;
        synfig::Real random_factor;
        Random random;
-       
+
        bool size_as_alpha;
        mutable bool needs_sync_;
-       
+
 
        void branch(int n, int depth,float t, float stunt_growth, synfig::Point position,synfig::Vector velocity)const;