Difference between revisions of "PrintBool"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Prints the given bool with the given prefix text - to the console, if its available. </onlyinclude> <syntaxhighlight lang="cpp"> void printBool(const string &prefix...") |
(No difference)
|
Latest revision as of 18:36, 22 August 2012
Prints the given bool with the given prefix text - to the console, if its available.
void printBool(const string &prefix, bool b)