aboutsummaryrefslogtreecommitdiff
path: root/src/move.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/move.h')
-rw-r--r--src/move.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/move.h b/src/move.h
new file mode 100644
index 0000000..4bf244a
--- /dev/null
+++ b/src/move.h
@@ -0,0 +1,6 @@
+#include "bitboard.h"
+
+typedef struct {
+ Bitboard from;
+ Bitboard to;
+} Move;