X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_particle%2Fplant.h;h=e43818c80a33cc4d172ba38fcfb49e5463ee2f27;hb=34d470416675482ca866146fd6b3201a19f8e4e6;hp=581f1957d7acba1c396450908228ec72f9ad6eb6;hpb=715cd2ff1c66dde194d89615b447fcbe86f3ccc6;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_particle/plant.h b/synfig-core/trunk/src/modules/mod_particle/plant.h index 581f195..e43818c 100644 --- a/synfig-core/trunk/src/modules/mod_particle/plant.h +++ b/synfig-core/trunk/src/modules/mod_particle/plant.h @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file plant.h -** \brief Template Header +** \brief Header file for implementation of the "Plant" layer ** ** $Id$ ** @@ -90,6 +90,8 @@ private: void branch(int n, int depth,float t, float stunt_growth, synfig::Point position,synfig::Vector velocity)const; void sync()const; + String version; + bool use_width; public: @@ -101,6 +103,8 @@ public: virtual ValueBase get_param(const String & param)const; + virtual bool set_version(const synfig::String &ver); + virtual Vocab get_param_vocab()const; virtual bool accelerated_render(synfig::Context context,synfig::Surface *surface,int quality, const synfig::RendDesc &renddesc, synfig::ProgressCallback *cb)const;\