X-Git-Url: https://git.ucc.asn.au/?p=progcomp2012.git;a=blobdiff_plain;f=manager%2Fstratego.h;h=fe73aa13ff0b4311c3d10acea02c493f9b6dd610;hp=929f8702dd9dd4dd71ef78ba08a893111191bf98;hb=17a20de4017ccfadef219d830a28ecccfe6f5106;hpb=2120cc40abf9e3fd763c84a1e09b61064bb40be6 diff --git a/manager/stratego.h b/manager/stratego.h index 929f870..fe73aa1 100644 --- a/manager/stratego.h +++ b/manager/stratego.h @@ -108,7 +108,7 @@ class Board 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 Draw(const Piece::Colour & reveal=Piece::BOTH); //Draw board + void Draw(const Piece::Colour & reveal=Piece::BOTH, bool showRevealed = true); //Draw board bool AddPiece(int x, int y, const Piece::Type & newType, const Piece::Colour & newColour); //Add piece to board