From b8bb4d08ef489bc81e9c00ae43d19c3795e22072 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Tue, 13 Sep 2022 23:26:34 +0300 Subject: chore: setup primitive testing framework --- src/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/board.h') diff --git a/src/board.h b/src/board.h index 6cde670..052e104 100644 --- a/src/board.h +++ b/src/board.h @@ -19,7 +19,7 @@ typedef struct { BYTE en_passant_square; } Board; -const char* pieces[] = { +static const char* pieces[] = { "♟︎", "♙", "♞", "♘", "♝", "♗", -- cgit v1.2.3