summaryrefslogtreecommitdiffstats
path: root/logic/OneSixInstance.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-09-20 01:21:48 +0200
committerPetr Mrázek <peterix@gmail.com>2013-09-20 01:21:48 +0200
commitc2c7293083de8e8d40190992ccd6a65b613a4d06 (patch)
treea43112766db65c7fa8f456566b66c4e384d624a6 /logic/OneSixInstance.h
parent930b07afd4229e952d0cd47ca62cd94235499a0c (diff)
downloadMultiMC-c2c7293083de8e8d40190992ccd6a65b613a4d06.tar
MultiMC-c2c7293083de8e8d40190992ccd6a65b613a4d06.tar.gz
MultiMC-c2c7293083de8e8d40190992ccd6a65b613a4d06.tar.lz
MultiMC-c2c7293083de8e8d40190992ccd6a65b613a4d06.tar.xz
MultiMC-c2c7293083de8e8d40190992ccd6a65b613a4d06.zip
Things... and stuff... with 1.6 modding. Maybe.
Diffstat (limited to 'logic/OneSixInstance.h')
-rw-r--r--logic/OneSixInstance.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/logic/OneSixInstance.h b/logic/OneSixInstance.h
index 72bde630..0139b645 100644
--- a/logic/OneSixInstance.h
+++ b/logic/OneSixInstance.h
@@ -41,6 +41,10 @@ public:
bool reloadFullVersion();
/// get the current full version info
QSharedPointer<OneSixVersion> getFullVersion();
+ /// revert the current custom version back to base
+ bool revertCustomVersion();
+ /// customize the current base version
+ bool customizeVersion();
/// is the current version original, or custom?
bool versionIsCustom();