synfig-core  1.0.3
base_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_BASE_TYPES_H
26 #define __SYNFIG_BASE_TYPES_H
27 
28 /* === H E A D E R S ======================================================= */
29 
30 #include "type.h"
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  extern Type &type_bool;
40  extern Type &type_integer;
41  extern Type &type_angle;
42  extern Type &type_time;
43  extern Type &type_real;
44  extern Type &type_vector;
45  extern Type &type_color;
46  extern Type &type_segment;
47  extern Type &type_bline_point;
48  extern Type &type_matrix;
49  extern Type &type_bone_weight_pair;
50  extern Type &type_width_point;
51  extern Type &type_dash_item;
52  extern Type &type_list;
53  extern Type &type_canvas;
54  extern Type &type_string;
55  extern Type &type_gradient;
56  extern Type &type_bone_object;
57  extern Type &type_bone_valuenode;
58  extern Type &type_transformation;
59 }; // END of namespace synfig
60 
61 /* === E N D =============================================================== */
62 
63 #endif