mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-17 23:07:16 +02:00
8 lines
135 B
C++
8 lines
135 B
C++
#include <QString>
|
|
|
|
namespace SysInfo {
|
|
QString currentSystem();
|
|
QString useQTForArch();
|
|
int suitableMaxMem();
|
|
} // namespace SysInfo
|