int loadFEN(char *fen, S_BOARD *pos)
Parse a FEN string into the given board state.
void printBoardState(const S_BOARD *pos)
Print the board to stdout in a human-readable format.
void PerftTest(int depth, S_BOARD *pos)
Executes a perft test and prints move breakdown and timing.
void initializeEngine()
Run all initialization routines.