MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / ClearConsole

Method ClearConsole

Source/Debugger.cpp:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void cDebugger::ClearConsole() {
69
70#ifdef WIN32
71 system("cls");
72#else
73 system("clear");
74#endif
75}
76
77void cDebugger::Output(const std::string pMessage) {
78#ifdef WIN32

Callers 1

consoleClearFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected