summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/VersionPatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/minecraft/VersionPatch.h')
-rw-r--r--logic/minecraft/VersionPatch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/minecraft/VersionPatch.h b/logic/minecraft/VersionPatch.h
index 1dd30e79..6c7bd7cf 100644
--- a/logic/minecraft/VersionPatch.h
+++ b/logic/minecraft/VersionPatch.h
@@ -26,6 +26,7 @@ public:
virtual QString getPatchName() = 0;
virtual QString getPatchVersion() = 0;
virtual QString getPatchFilename() = 0;
+ virtual bool isCustom() = 0;
};
typedef std::shared_ptr<VersionPatch> VersionPatchPtr;