diff options
Diffstat (limited to 'src/utils/process.h')
-rw-r--r-- | src/utils/process.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/process.h b/src/utils/process.h index 6b34fd22d..95c868372 100644 --- a/src/utils/process.h +++ b/src/utils/process.h @@ -31,4 +31,6 @@ bool execFile(std::string pathName, std::string name, bool openBrowser(std::string url); +void setPriority(const bool big); + #endif // UTILS_PROCESS_H |