Difference between revisions of "Warning"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Prints a warning with the given text - to the console, if its available. </onlyinclude> <syntaxhighlight lang="cpp"> void warning(const string &text) </syntaxhighli...")
 
(No difference)

Latest revision as of 19:41, 22 August 2012

Prints a warning with the given text - to the console, if its available.

void warning(const string &text)