#ifndef __MOVE_H_INC #define __MOVE_H_INC #include "Types.h" struct Move { byte sq_from; byte sq_to; Piece pc_prom; }; #endif