#pragma once /// <summary> /// Represents a standard checker piece /// </summary> enum CheckerPiece { NONE, WHITE, WHITE_KING, BLACK, BLACK_KING };