diff --git a/cpp/src/move.hpp b/cpp/src/move.hpp new file mode 100644 index 0000000..b5acc18 --- /dev/null +++ b/cpp/src/move.hpp @@ -0,0 +1,6 @@ +#include + +struct Move { + int8_t start_square; + int8_t target_square; +};