Jack Settings bug fixes.

This commit is contained in:
Robin Davies
2021-08-30 04:34:07 -04:00
parent 57ecc0d9ef
commit 6cb1300cc9
7 changed files with 135 additions and 39 deletions
+1
View File
@@ -27,4 +27,5 @@ int SysExec(const char*szCommand);
// execute a command, suppressing output.
void SilentSysExec(const char *szCommand);
std::string GetSelfExePath();
}