00001 /* === S Y N F I G ========================================================= */ 00021 /* ========================================================================= */ 00022 00023 /* === S T A R T =========================================================== */ 00024 00025 #ifndef __SYNFIG_TYPES_H 00026 #define __SYNFIG_TYPES_H 00027 00028 /* === H E A D E R S ======================================================= */ 00029 00030 #include <cmath> 00031 00032 #ifndef SYNFIG_NO_ANGLE 00033 #include "angle.h" 00034 #endif 00035 00036 #include "time.h" 00037 #include "vector.h" 00038 00039 /* === M A C R O S ========================================================= */ 00040 00041 /* === T Y P E D E F S ===================================================== */ 00042 00043 /* === C L A S S E S & S T R U C T S ======================================= */ 00044 00045 /* === E N D =============================================================== */ 00046 00047 #endif