minecraft-launcher/app/SysInfo.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
211 B
C
Raw Normal View History

#pragma once
#include <cstdint>
#include <QString>
namespace SysInfo {
QString currentSystem();
QString useQTForArch();
QString getSupportedJavaArchitecture();
int defaultMaxJvmMem();
} // namespace SysInfo