X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=judge%2Fmanager%2Fstratego.h;fp=judge%2Fmanager%2Fstratego.h;h=f439e808f62885f32c6fd379a5c1b329c4ac6d32;hp=098540c9f0f8db365dc0ca8cf942135ac11f7bc0;hb=e73b3387632709982d8586bb34c62db186740e58;hpb=c4988773f023c2334d864cff5e95d4798c160935 diff --git a/judge/manager/stratego.h b/judge/manager/stratego.h index 098540c..f439e80 100644 --- a/judge/manager/stratego.h +++ b/judge/manager/stratego.h @@ -109,7 +109,7 @@ class Board virtual ~Board(); //Destructor void Print(FILE * stream, const Piece::Colour & reveal=Piece::BOTH); //Print board - void PrintPretty(FILE * stream, const Piece::Colour & reveal=Piece::BOTH); //Print board using colour + void PrintPretty(FILE * stream, const Piece::Colour & reveal=Piece::BOTH, bool showRevealed=true); //Print board using colour #ifdef BUILD_GRAPHICS void Draw(const Piece::Colour & reveal=Piece::BOTH, bool showRevealed = true); //Draw board