#pragma once #include #include #include #include #include "Card.h" // Reads the four hands from a .PBN file. int getHand(const char *path, unsigned char *hands);