aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/constants.h')
-rw-r--r--src/utils/constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/constants.h b/src/utils/constants.h
index 1e4a630..3d8bf5e 100644
--- a/src/utils/constants.h
+++ b/src/utils/constants.h
@@ -99,6 +99,8 @@ STATIC int64_t binomial[12][12] = {
99#define MM_ALLMOVES UINT32_C(0x3FFFF) 99#define MM_ALLMOVES UINT32_C(0x3FFFF)
100#define MM_NOHALFTURNS UINT32_C(0x2DB6D) 100#define MM_NOHALFTURNS UINT32_C(0x2DB6D)
101 101
102#define TM_ALLTRANS UINT64_C(0xFFFFFFFFFFFF)
103
102#define CORNER_UFR UINT8_C(0) 104#define CORNER_UFR UINT8_C(0)
103#define CORNER_UBL UINT8_C(1) 105#define CORNER_UBL UINT8_C(1)
104#define CORNER_DFL UINT8_C(2) 106#define CORNER_DFL UINT8_C(2)

Generated with cgit - Back to sebastiano.tronto.net