aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/MinecraftInstance.h
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2022-11-08 17:51:18 +0000
committerTheKodeToad <TheKodeToad@proton.me>2022-11-08 17:51:18 +0000
commit32c2ad2bbd087b83fe5e1cfe03926410ec95bcca (patch)
tree7e532089643eaab82b84a28ae974e23535ec30fa /launcher/minecraft/MinecraftInstance.h
parentf2ca9a6b319ad0ade04837f6830e682bc86c01a2 (diff)
downloadPrismLauncher-32c2ad2bbd087b83fe5e1cfe03926410ec95bcca.tar.gz
PrismLauncher-32c2ad2bbd087b83fe5e1cfe03926410ec95bcca.tar.bz2
PrismLauncher-32c2ad2bbd087b83fe5e1cfe03926410ec95bcca.zip
A lot more cleanup
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/minecraft/MinecraftInstance.h')
-rw-r--r--launcher/minecraft/MinecraftInstance.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/launcher/minecraft/MinecraftInstance.h b/launcher/minecraft/MinecraftInstance.h
index 1895d187..1bbd7b83 100644
--- a/launcher/minecraft/MinecraftInstance.h
+++ b/launcher/minecraft/MinecraftInstance.h
@@ -1,7 +1,8 @@
// SPDX-License-Identifier: GPL-3.0-only
/*
- * PolyMC - Minecraft Launcher
+ * Prism Launcher - Minecraft Launcher
* Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net>
+ * Copyright (C) 2022 TheKodeToad <TheKodeToad@proton.me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -130,6 +131,7 @@ public:
QString createLaunchScript(AuthSessionPtr session, MinecraftServerTargetPtr serverToJoin);
/// get arguments passed to java
QStringList javaArguments();
+ QString getLauncher();
/// get variables for launch command variable substitution/environment
QMap<QString, QString> getVariables() override;