summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/ProfileStrategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/minecraft/ProfileStrategy.h')
-rw-r--r--logic/minecraft/ProfileStrategy.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/logic/minecraft/ProfileStrategy.h b/logic/minecraft/ProfileStrategy.h
index 364458f5..b4dfc4b3 100644
--- a/logic/minecraft/ProfileStrategy.h
+++ b/logic/minecraft/ProfileStrategy.h
@@ -25,6 +25,11 @@ public:
/// remove any files or records that constitute the version patch
virtual bool removePatch(ProfilePatchPtr jarMod) = 0;
+ /// make the patch custom, if possible
+ virtual bool customizePatch(ProfilePatchPtr patch) = 0;
+
+ /// revert the custom patch to 'vanilla', if possible
+ virtual bool revertPatch(ProfilePatchPtr patch) = 0;
protected:
MinecraftProfile *profile;
};