PrintBool

From King Arthur's Gold Wiki
Revision as of 19:36, 22 August 2012 by Shadlington (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Prints the given bool with the given prefix text - to the console, if its available.

void printBool(const string &prefix, bool b)