mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-02 21:59:59 +00:00
12 lines
130 B
C++
12 lines
130 B
C++
#pragma once
|
|
#include <QString>
|
|
|
|
class Config
|
|
{
|
|
public:
|
|
Config();
|
|
QString CLIENT_ID;
|
|
};
|
|
|
|
extern const Config BuildConfig;
|