created move struct
This commit is contained in:
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;
|
||||||
|
};
|
Reference in New Issue
Block a user