synfig-core  1.0.3
interpolation.h
Go to the documentation of this file.
1 /* === S Y N F I G ========================================================= */
23 /* ========================================================================= */
24 
25 /* === S T A R T =========================================================== */
26 
27 #ifndef __SYNFIG_INTERPOLATION_H
28 #define __SYNFIG_INTERPOLATION_H
29 
30 /* === H E A D E R S ======================================================= */
31 
32 /* === M A C R O S ========================================================= */
33 
34 /* === T Y P E D E F S ===================================================== */
35 
36 /* === C L A S S E S & S T R U C T S ======================================= */
37 
38 namespace synfig {
39 
41 {
50 }; // END enum Interpolation
51 
52 }; // END of namespace synfig
53 
54 /* === E N D =============================================================== */
55 
56 #endif