Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / maskauto.inc
blobf61dc3646444d57af64b7151757409d7645e6eb1
1 #ifndef MASKAUTO_INC
2 #define MASKAUTO_INC
6 class MaskAuto;
7 class MaskPoint;
8 class SubMask;
10 enum
12         MASK_MULTIPLY_ALPHA,
13         MASK_SUBTRACT_ALPHA
16 #define SUBMASKS 8
20 #endif
22 //      Local Variables:
23 //      mode: C++
24 //      c-file-style: "linux"
25 //      End: