fenGame now in zig
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user