aboutsummaryrefslogtreecommitdiff
path: root/src/board.hpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-27 16:13:32 +0200
committerAdam <adammegarules1@gmail.com>2026-07-27 16:13:32 +0200
commit178190a723730485c0450552bfdef4ec7c8fac38 (patch)
tree675ba5757ef8e0c5f2e5c8280f6b5bfd598c0509 /src/board.hpp
parent35b21c6d970857dd945c5dfa476a27c8c2a8b1f6 (diff)
making board nicer
Diffstat (limited to 'src/board.hpp')
-rw-r--r--src/board.hpp2
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;