diff options
Diffstat (limited to 'src/board.hpp')
| -rw-r--r-- | src/board.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/board.hpp b/src/board.hpp index 12abda0..3bf581a 100644 --- a/src/board.hpp +++ b/src/board.hpp @@ -5,7 +5,7 @@ #include <string> enum pieceType { NONE, - PAWN, + PAWN, KNIGHT, BISHOP, ROOK, @@ -13,8 +13,7 @@ enum pieceType { KING, }; -const char toChar(pieceType type) - +const char toChar(pieceType type); struct Piece { bool color; |
