mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-07-01 04:20:07 -04:00
Hide console on Release configuration. (#244)
This commit is contained in:
@@ -6,4 +6,5 @@ namespace os::process
|
||||
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 ShowConsole();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user