RatChess/headers/help.h
2025-09-25 19:46:02 -04:00

12 lines
260 B
C

#ifndef HELP_H
#define HELP_H
#include "types.h"
long long fullSet(sets *s);
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);
#endif