Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
void cDebugger::ClearConsole() {
69
70
#ifdef WIN32
71
system(
"cls"
);
72
#else
73
system(
"clear"
);
74
#endif
75
}
76
77
void cDebugger::Output(const std::string pMessage) {
78
#ifdef WIN32
Callers
1
consoleClear
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected