Add missing Fretwork magic tool docs

This commit is contained in:
Bill Kendrick 2021-09-20 22:42:45 -07:00
parent 8f31459990
commit 0ed588521f
8 changed files with 38 additions and 3 deletions

View file

@ -168,5 +168,16 @@ typedef struct magic_api_t {
#define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
#endif /* ATTRIBUTE_UNUSED */
/* Pre-defined Magic tool grouping codes */
enum {
MAGIC_TYPE_DISTORTS,
MAGIC_TYPE_COLOR_FILTERS,
MAGIC_TYPE_PICTURE_WARPS,
MAGIC_TYPE_PAINTING,
MAGIC_TYPE_PATTERN_PAINTING,
MAGIC_TYPE_PICTURE_DECORATIONS,
MAGIC_TYPE_ARTISTIC
};
#endif