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