Difference between revisions of "Warning"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (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 18:41, 22 August 2012
Prints a warning with the given text - to the console, if its available.
void warning(const string &text)