mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
9 lines
135 B
C++
9 lines
135 B
C++
#include "BuildConfig.h"
|
|
#include <QObject>
|
|
|
|
const Config BuildConfig;
|
|
|
|
Config::Config()
|
|
{
|
|
CLIENT_ID = "@MOJANGDEMO_CLIENT_ID@";
|
|
}
|