summaryrefslogtreecommitdiff
path: root/src/direction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/direction.h')
-rw-r--r--src/direction.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/direction.h b/src/direction.h
new file mode 100644
index 0000000..11019d5
--- /dev/null
+++ b/src/direction.h
@@ -0,0 +1,9 @@
+#ifndef _DIRECTION_H
+#define _DIRECTION_H
+
+typedef enum _vwm_direction_t {
+ VWM_DIRECTION_FORWARD,
+ VWM_DIRECTION_REVERSE
+} vwm_direction_t;
+
+#endif
© All Rights Reserved