Hide console on Release configuration. (#244)

This commit is contained in:
Skyth (Asilkan)
2025-01-30 19:16:21 +03:00
committed by GitHub
parent c78c2010a3
commit 9fea5f9e4c
7 changed files with 31 additions and 1 deletions
+1
View File
@@ -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();
}