aboutsummaryrefslogtreecommitdiff
path: root/src/misc/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/config.h')
-rw-r--r--src/misc/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/misc/config.h b/src/misc/config.h
index de1c95e..367de52 100644
--- a/src/misc/config.h
+++ b/src/misc/config.h
@@ -33,7 +33,8 @@ typedef enum {
METHOD_CM = 1 << 0,
METHOD_ANOMALOUS = 1 << 1,
METHOD_SEED = 1 << 2,
- METHOD_INVALID = 1 << 3
+ METHOD_INVALID = 1 << 3,
+ METHOD_TWIST
} method_e;
/**