X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=judge%2Fmanager%2Fgame.h;h=2ed35f6b593ce1d05f357370fb532ea993c1eef7;hp=aebda9dfba671ec5f445ee2c1a6c9365fbb59044;hb=1dc2550dc93d6b0ab2cde1cd2fc76a2cf45faf21;hpb=e1153eebe8cfd0c881cef2ff8fca63f130e736b3 diff --git a/judge/manager/game.h b/judge/manager/game.h index aebda9d..2ed35f6 100644 --- a/judge/manager/game.h +++ b/judge/manager/game.h @@ -23,6 +23,7 @@ class Game void Wait(double wait); Piece::Colour Setup(const char * redName, const char * blueName); + MovementResult CheckVictoryAttrition(); MovementResult Play(); void PrintEndMessage(const MovementResult & result);