synfig-core
1.0.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
synfig
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
{
38
enum
RenderMethod
{
39
SOFTWARE
= 0x100,
40
OPENGL
,
41
CAIRO
42
};
43
};
// end namespace synfig
44
/* === E N D =============================================================== */
45
46
#endif
Generated on Mon Nov 16 2015 15:33:49 for synfig-core by
1.8.1.2