updated some types to u64 in c code

This commit is contained in:
k
2025-10-21 19:07:03 -04:00
parent 008abd6444
commit 054cd41cf6
2 changed files with 6 additions and 6 deletions

View File

@@ -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);