add in-between masks (with/without dest square. TODO: keep only one !)

This commit is contained in:
2024-02-26 19:14:20 +01:00
parent e50d9a73e6
commit ca4e274957
5 changed files with 127 additions and 36 deletions

View File

@@ -16,9 +16,9 @@
#include "brlib.h" /* brlib types */
#define ONE 1ull
#define C64(const_u64) const_u64##ULL
#define U64(const_s64) const_s64##LL
#define mask(i) ( ONE << (i) )
//typedef ushort board;
#define BOARDSIZE (8*8)