#ifndef __MOVE_H_INC #define __MOVE_H_INC #include "Types.h" struct Move { byte sq_from; // 0x88 byte sq_to; // 0x88 Piece pc_prom; // 0b(4unused)(1color)(3type) }; //Move move_from_str(char* s) { //} #endif