mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-07-04 21:35:54 -04:00
Fix logger eventually causing a crash without a console on Windows. (#481)
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
|
||||
namespace os::process
|
||||
{
|
||||
inline bool g_consoleVisible;
|
||||
|
||||
std::filesystem::path GetExecutablePath();
|
||||
std::filesystem::path GetWorkingDirectory();
|
||||
bool SetWorkingDirectory(const std::filesystem::path& path);
|
||||
bool StartProcess(const std::filesystem::path& path, const std::vector<std::string>& args, std::filesystem::path work = {});
|
||||
void CheckConsole();
|
||||
void ShowConsole();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user