diff options
Diffstat (limited to 'src/game_tab/Game.hpp')
| -rw-r--r-- | src/game_tab/Game.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game_tab/Game.hpp b/src/game_tab/Game.hpp index 2fa9bcd..ddf5cf6 100644 --- a/src/game_tab/Game.hpp +++ b/src/game_tab/Game.hpp @@ -32,6 +32,7 @@ public: bool Play(std::string move,char promotion='q'); bool IsBlackToPlay(); bool IsCheckmate(bool forBlack); + bool IsPromotionMove(std::string absolute_move); void Previous(); void Next(); void DeleteMove(HalfMove *m); |
