diff options
author | dada513 <dada513@protonmail.com> | 2022-05-20 19:56:27 +0200 |
---|---|---|
committer | dada513 <dada513@protonmail.com> | 2022-05-20 19:56:27 +0200 |
commit | 2847cefff701dad137cd04f628c76a9282d04a83 (patch) | |
tree | 67f020383e4fd079d57e2ad0d0fb3cce46393d84 /launcher/Application.h | |
parent | 1e6df7eec0b2d8f93dd7e0c81ba53eaafba0ec4d (diff) | |
download | PrismLauncher-2847cefff701dad137cd04f628c76a9282d04a83.tar.gz PrismLauncher-2847cefff701dad137cd04f628c76a9282d04a83.tar.bz2 PrismLauncher-2847cefff701dad137cd04f628c76a9282d04a83.zip |
Add cursefrog key override
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index 172321c0..3129b4fb 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -155,6 +155,7 @@ public: QString getJarsPath(); QString getMSAClientID(); + QString getCurseKey(); /// this is the root of the 'installation'. Used for automatic updates const QString &root() { |