aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/Game.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game_tab/Game.hpp')
-rw-r--r--src/game_tab/Game.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game_tab/Game.hpp b/src/game_tab/Game.hpp
index bc00c5a..0590027 100644
--- a/src/game_tab/Game.hpp
+++ b/src/game_tab/Game.hpp
@@ -31,6 +31,7 @@ public:
std::string GetResult();
bool Play(std::string move);
bool IsBlackToPlay();
+ bool IsCheckmate(bool forBlack);
void Previous();
void Next();
void DeleteMove(HalfMove *m);