synfig-core  1.0.3
types.h
Go to the documentation of this file.
1 /* === S Y N F I G ========================================================= */
21 /* ========================================================================= */
22 
23 /* === S T A R T =========================================================== */
24 
25 #ifndef __SYNFIG_TYPES_H
26 #define __SYNFIG_TYPES_H
27 
28 /* === H E A D E R S ======================================================= */
29 
30 #include <cmath>
31 #include "angle.h"
32 #include "time.h"
33 #include "vector.h"
34 
35 /* === M A C R O S ========================================================= */
36 
37 /* === T Y P E D E F S ===================================================== */
38 
39 /* === C L A S S E S & S T R U C T S ======================================= */
40 
41 /* === E N D =============================================================== */
42 
43 #endif