created move struct
This commit is contained in:
parent
d436c5a032
commit
585e392b6a
6
cpp/src/move.hpp
Normal file
6
cpp/src/move.hpp
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#include <cstdint>
|
||||||
|
|
||||||
|
struct Move {
|
||||||
|
int8_t start_square;
|
||||||
|
int8_t target_square;
|
||||||
|
};
|
Loading…
x
Reference in New Issue
Block a user