synfig-core  1.0.3
real.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_REAL_H
26 #define __SYNFIG_REAL_H
27 
28 /* === T Y P E D E F S ===================================================== */
29 
30 namespace synfig {
31 
35 typedef double Real;
36 
37 }; // END of namespace synfig
38 
39 /* === E N D =============================================================== */
40 
41 #endif