MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / open_log

Function open_log

ogsr_engine/xrCore/xrDebugNew.cpp:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include <shellapi.h>
19
20static bool open_log()
21{
22 if (logFName[0])
23 {
24 ShellExecute(nullptr, "open", logFName, nullptr, nullptr, SW_SHOW);
25 return true;
26 }
27 return false;
28}
29
30extern bool OnMainThread();
31

Callers 2

ShowErrorMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected