RatChess/headers/help.h

12 lines
278 B
C

#ifndef HELP_H
#define HELP_H
#include "types.h"
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);
#endif