#include "bitboard.h" typedef struct { Bitboard from; Bitboard to; } Move;