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

Method Output

Source/Debugger.cpp:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void cDebugger::Output(const std::string pMessage) {
78#ifdef WIN32
79 OutputDebugStringA(pMessage.c_str());
80#endif
81 std::cout << pMessage;
82}
83
84void cDebugger::Notice(const std::string& pMessage) {
85 ConsoleOpen();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected