diff options
Diffstat (limited to 'src/game_tab/Game.hpp')
| -rw-r--r-- | src/game_tab/Game.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game_tab/Game.hpp b/src/game_tab/Game.hpp index 0590027..2fa9bcd 100644 --- a/src/game_tab/Game.hpp +++ b/src/game_tab/Game.hpp @@ -29,7 +29,7 @@ public: HalfMove *GetMoves(); std::string GetFen(); std::string GetResult(); - bool Play(std::string move); + bool Play(std::string move,char promotion='q'); bool IsBlackToPlay(); bool IsCheckmate(bool forBlack); void Previous(); |
