diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-27 16:13:32 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-27 16:13:32 +0200 |
| commit | 178190a723730485c0450552bfdef4ec7c8fac38 (patch) | |
| tree | 675ba5757ef8e0c5f2e5c8280f6b5bfd598c0509 /src/board.hpp | |
| parent | 35b21c6d970857dd945c5dfa476a27c8c2a8b1f6 (diff) | |
making board nicer
Diffstat (limited to 'src/board.hpp')
| -rw-r--r-- | src/board.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/board.hpp b/src/board.hpp index 44d32ee..e782be5 100644 --- a/src/board.hpp +++ b/src/board.hpp @@ -20,7 +20,7 @@ enum GameState { STALEMATE, DRAW, }; -char toChar(PieceType type); +std::string toChar(PieceType type, bool white); struct Piece { bool color; |
