summaryrefslogtreecommitdiff
path: root/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/types.h')
-rw-r--r--include/types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h
index 07e63d3..7489358 100644
--- a/include/types.h
+++ b/include/types.h
@@ -12,6 +12,11 @@ typedef struct {
} Coord;
typedef struct {
+ Coord orig;
+ Coord dest;
+} Move;
+
+typedef struct {
Color color;
PieceType type;
} Piece;
nihil fit ex nihilo