aboutsummaryrefslogtreecommitdiff
path: root/src/misc/config.h
diff options
context:
space:
mode:
authorJ08nY2018-01-18 18:37:44 +0100
committerJ08nY2018-01-18 18:40:06 +0100
commitcf074191532caef918fb9f502b37697094da317a (patch)
tree9826a5f436aba9fcbfbba8dfd5e615267213123f /src/misc/config.h
parentf940f80a2cb69ffcd1f0d608cbb1b0f06e0854d6 (diff)
downloadecgen-cf074191532caef918fb9f502b37697094da317a.tar.gz
ecgen-cf074191532caef918fb9f502b37697094da317a.tar.zst
ecgen-cf074191532caef918fb9f502b37697094da317a.zip
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;
/**