aboutsummaryrefslogtreecommitdiff
path: root/src/board.h
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-09-13 23:26:34 +0300
committereug-vs <eugene@eug-vs.xyz>2022-09-13 23:29:12 +0300
commitb8bb4d08ef489bc81e9c00ae43d19c3795e22072 (patch)
treed8bdd3b6bf0ff594aa1e72c0cc07d292334e7015 /src/board.h
parent7a4d16e5ebd45b15b0c4925894c25a81c2e135c6 (diff)
downloadj1chess-b8bb4d08ef489bc81e9c00ae43d19c3795e22072.tar.gz
chore: setup primitive testing framework
Diffstat (limited to 'src/board.h')
-rw-r--r--src/board.h2
1 files changed, 1 insertions, 1 deletions
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[] = {
"♟︎", "♙",
"♞", "♘",
"♝", "♗",