summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/types.h b/types.h
index 1b15c73..2427626 100644
--- a/types.h
+++ b/types.h
@@ -39,6 +39,12 @@ typedef enum {
} direction_t;
typedef enum {
+ ROTATE_90,
+ ROTATE_270,
+ ROTATE_180
+} rotate_t;
+
+typedef enum {
FLIP_HORIZONTAL,
FLIP_VERTICAL
} flipdir_t;