mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 10:29:59 +03:00
8 lines
140 B
C++
8 lines
140 B
C++
#pragma once
|
|
#include <QString>
|
|
#include <cstdint>
|
|
|
|
namespace Secrets {
|
|
bool hasMSAClientID();
|
|
QString getMSAClientID(uint8_t separator);
|
|
}
|