diff options
Diffstat (limited to 'api/logic/minecraft/ftb/FTBProfileStrategy.h')
-rw-r--r-- | api/logic/minecraft/ftb/FTBProfileStrategy.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/api/logic/minecraft/ftb/FTBProfileStrategy.h b/api/logic/minecraft/ftb/FTBProfileStrategy.h deleted file mode 100644 index 4637d04b..00000000 --- a/api/logic/minecraft/ftb/FTBProfileStrategy.h +++ /dev/null @@ -1,22 +0,0 @@ -#pragma once -#include "minecraft/ProfileStrategy.h" -#include "minecraft/onesix/OneSixProfileStrategy.h" - -class OneSixFTBInstance; - -class FTBProfileStrategy : public OneSixProfileStrategy -{ -public: - FTBProfileStrategy(OneSixFTBInstance * instance); - virtual ~FTBProfileStrategy() {}; - void load() override; - bool resetOrder() override; - bool saveOrder(ProfileUtils::PatchOrder order) override; - bool installJarMods(QStringList filepaths) override; - bool installCustomJar(QString filepath) override; - bool customizePatch (ProfilePatchPtr patch) override; - bool revertPatch (ProfilePatchPtr patch) override; - -protected: - void loadDefaultBuiltinPatches() override; -}; |