From 72761f770a73e3e8fac9b57043ed19f084bfb230 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Mon, 26 Jun 2023 20:01:36 +0300 Subject: tmp: save progress from @black-pearl --- src/board.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/board.h') diff --git a/src/board.h b/src/board.h index b63b494..2f37815 100644 --- a/src/board.h +++ b/src/board.h @@ -17,17 +17,6 @@ typedef struct { BYTE enPassantSquare; } Board; -typedef enum enumSquare { - a1, b1, c1, d1, e1, f1, g1, h1, - a2, b2, c2, d2, e2, f2, g2, h2, - a3, b3, c3, d3, e3, f3, g3, h3, - a4, b4, c4, d4, e4, f4, g4, h4, - a5, b5, c5, d5, e5, f5, g5, h5, - a6, b6, c6, d6, e6, f6, g6, h6, - a7, b7, c7, d7, e7, f7, g7, h7, - a8, b8, c8, d8, e8, f8, g8, h8 -} enumSquare; - static const char* notation[64] = { "a1", "b1", "c1", "d1", "e1", "f1", "g1", "h1", "a2", "b2", "c2", "d2", "e2", "f2", "g2", "h2", -- cgit v1.2.3