X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2Fstar.h;h=1ca32b3eba3180f615866b00c3200258dd90a467;hb=792ed706efeef84c5b82abf982078daad15f5d6c;hp=c0a256363cdfdc5dac22c3cc93c0c10bc535cfda;hpb=cc54c38609ee9745ad678e5e9b9d7d2912be9c95;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/star.h b/synfig-core/trunk/src/modules/mod_geometry/star.h index c0a2563..1ca32b3 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/star.h +++ b/synfig-core/trunk/src/modules/mod_geometry/star.h @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file star.h -** \brief Template Header +** \brief Header file for implementation of the "Star" layer ** ** $Id$ ** @@ -52,6 +52,7 @@ private: Real radius2; int points; Angle angle; + bool regular_polygon; public: Star();