add GAMESIZE (attention: **WRONG**, as for repeat only !)

This commit is contained in:
2024-06-08 20:12:19 +02:00
parent 5a2cdfca56
commit 660d181e41
4 changed files with 20 additions and 8 deletions

View File

@@ -18,9 +18,10 @@
#define ONE 1ull
#define U64(const_u64) const_u64##ULL
#define BIT(i) ( (u64) (ONE << (i)) )
#define BIT(i) ( (u64) (ONE << (i)) )
#define BOARDSIZE (8*8)
#define GAMESIZE 1024 /* max game size (512 moves) */
/**
* sq_rel - get relative square