X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Finterpolation.h;h=63f2ee6668f57b07d6e678e8840d510063ef1362;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=7d01e557e12a71c05f602e52fefaaa72ac2b258b;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/interpolation.h b/synfig-core/trunk/src/synfig/interpolation.h index 7d01e55..63f2ee6 100644 --- a/synfig-core/trunk/src/synfig/interpolation.h +++ b/synfig-core/trunk/src/synfig/interpolation.h @@ -2,10 +2,11 @@ /*! \file interpolation.h ** \brief Template Header ** -** $Id: interpolation.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 +** Copyright (c) 2007, 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -33,17 +34,17 @@ /* === C L A S S E S & S T R U C T S ======================================= */ -namespace synfig { +namespace synfig { enum Interpolation { - INTERPOLATION_TCB, - INTERPOLATION_CONSTANT, - INTERPOLATION_LINEAR, - INTERPOLATION_HALT, - INTERPOLATION_MANUAL, - INTERPOLATION_UNDEFINED, - INTERPOLATION_NIL + INTERPOLATION_TCB, // 0 + INTERPOLATION_CONSTANT, // 1 + INTERPOLATION_LINEAR, // 2 + INTERPOLATION_HALT, // 3 + INTERPOLATION_MANUAL, // 4 + INTERPOLATION_UNDEFINED, // 5 + INTERPOLATION_NIL // 6 }; // END enum Interpolation }; // END of namespace synfig