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