updated some types to u64 in c code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user