aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/constants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/constants.h b/src/utils/constants.h
index 3d8bf5e..1db1940 100644
--- a/src/utils/constants.h
+++ b/src/utils/constants.h
@@ -93,6 +93,10 @@ STATIC int64_t binomial[12][12] = {
93#define TRANS_BDm UINT8_C(46) 93#define TRANS_BDm UINT8_C(46)
94#define TRANS_BLm UINT8_C(47) 94#define TRANS_BLm UINT8_C(47)
95 95
96#define AXIS_UD UINT8_C(0)
97#define AXIS_RL UINT8_C(1)
98#define AXIS_FB UINT8_C(2)
99
96#define NMOVES (1+MOVE_B3) 100#define NMOVES (1+MOVE_B3)
97#define NTRANS (1+TRANS_BLm) 101#define NTRANS (1+TRANS_BLm)
98 102

Generated with cgit - Back to sebastiano.tronto.net