synfig-core  1.0.3
rendermethod.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_RENDERMETHOD_H
26 #define __SYNFIG_RENDERMETHOD_H
27 
28 /* === H E A D E R S ======================================================= */
29 
30 /* === M A C R O S ========================================================= */
31 
32 /* === T Y P E D E F S ===================================================== */
33 
34 /* === C L A S S E S & S T R U C T S ======================================= */
35 namespace synfig
36 {
39  SOFTWARE = 0x100,
42 };
43 }; // end namespace synfig
44 /* === E N D =============================================================== */
45 
46 #endif