From b091b88da33fc0c02f87ee79f2235bd3eac18f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Tue, 31 Mar 2015 15:14:06 -0300 Subject: add move type --- include/types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/types.h b/include/types.h index 07e63d3..7489358 100644 --- a/include/types.h +++ b/include/types.h @@ -11,6 +11,11 @@ typedef struct { char col; } Coord; +typedef struct { + Coord orig; + Coord dest; +} Move; + typedef struct { Color color; PieceType type; -- cgit v1.2.3