PrintString
From King Arthur's Gold Wiki
Revision as of 17:35, 22 August 2012 by Shadlington (Talk | contribs)
Prints the given string with the given prefix text - to the console, if its available.
void printString(const string &prefix, const string &str)