mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 08:41:42 +00:00
UltimMC: Change notsecrets to secrets
This commit is contained in:
8
secrets/Secrets.h
Normal file
8
secrets/Secrets.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <QString>
|
||||
#include <cstdint>
|
||||
|
||||
namespace Secrets {
|
||||
bool hasMSAClientID();
|
||||
QString getMSAClientID(uint8_t separator);
|
||||
}
|
Reference in New Issue
Block a user