mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-27 03:14:49 +00:00
9 lines
140 B
C
9 lines
140 B
C
|
#pragma once
|
||
|
#include <QString>
|
||
|
#include <cstdint>
|
||
|
|
||
|
namespace Secrets {
|
||
|
bool hasMSAClientID();
|
||
|
QString getMSAClientID(uint8_t separator);
|
||
|
}
|