fenGame now in zig

This commit is contained in:
k
2025-09-25 19:46:02 -04:00
parent 93e7ff61e0
commit bb3bc4442a
4 changed files with 37 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
long long fullSet(sets *s);
long long fullSetBoth(game *g);
void print_bitboard(long long bitboard);
long long *findSet(game *g, long long bit);
long long *charToSet(game *g, char c);
unsigned long long *findSet(game *g, long long bit);
unsigned long long *charToSet(game *g, char c);
#endif