updated some types to u64 in c code
This commit is contained in:
parent
008abd6444
commit
054cd41cf6
2 changed files with 6 additions and 6 deletions
|
|
@ -2,8 +2,8 @@
|
|||
#define HELP_H
|
||||
#include "types.h"
|
||||
|
||||
long long fullSet(sets *s);
|
||||
long long fullSetBoth(game *g);
|
||||
unsigned long long fullSet(sets *s);
|
||||
unsigned long long fullSetBoth(game *g);
|
||||
void print_bitboard(long long bitboard);
|
||||
unsigned long long *findSet(game *g, long long bit);
|
||||
unsigned long long *charToSet(game *g, char c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue