Difference between revisions of "Error"

From King Arthur's Gold Wiki
Jump to: navigation, search
(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 19:41, 22 August 2012

Prints an error with the given text - to the console, if its available.

void error(const string &text)