MCPcopy Create free account
hub / github.com/crashfort/SourceDemoRender / WarningDefault

Function WarningDefault

Projects/Shared/Source/Log.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 }
14
15 void WarningDefault(const char* text)
16 {
17 printf_s(text);
18 }
19
20 SDR::Log::LogFunctionType MessageImpl = MessageDefault;
21 SDR::Log::LogFunctionColorType MessageColorImpl = MessageColorDefault;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected