mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-23 18:37:19 +02:00
12 lines
282 B
C++
12 lines
282 B
C++
#include <QString>
|
|
#include "minecraft/LaunchContext.h"
|
|
#ifdef Q_OS_MACOS
|
|
#include <sys/sysctl.h>
|
|
#endif
|
|
|
|
namespace SysInfo {
|
|
QString currentSystem();
|
|
QString currentArch(LaunchContext launchContext);
|
|
QString runCheckerForArch(LaunchContext launchContext);
|
|
QString useQTForArch();
|
|
} |