diff options
| author | Adam <adammegarules1@gmail.com> | 2026-08-10 15:04:37 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-08-10 15:04:37 +0200 |
| commit | fa99aa2d53eb1f784b6e7bb4971cf36092488957 (patch) | |
| tree | 3f532bce9a114859cef834b6f3989399737940df /src/board/board.cpp | |
| parent | 6a39e28205d44e96da72728c0a3d4d6468962539 (diff) | |
making fen parser be self contained
Diffstat (limited to 'src/board/board.cpp')
| -rw-r--r-- | src/board/board.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/board/board.cpp b/src/board/board.cpp index 676a7de..c02aac5 100644 --- a/src/board/board.cpp +++ b/src/board/board.cpp @@ -324,6 +324,3 @@ void UpdateHelpers(Game *g) { } g->PieceBitboard = g->WhitePieceBitboard | g->BlackPieceBitboard; } -void SetPiece(int i, PieceType type, bool color, Game *g) { - g->pieces[i] = {.color = color, .type = type}; -} |
