GH-856 add profile strategy for FTB packs

This commit is contained in:
Petr Mrázek
2015-04-03 11:55:16 +02:00
parent dc84ac3682
commit 865b200571
5 changed files with 194 additions and 11 deletions

View File

@ -557,6 +557,8 @@ SET(MULTIMC_SOURCES
logic/ftb/OneSixFTBInstance.cpp
logic/ftb/LegacyFTBInstance.h
logic/ftb/LegacyFTBInstance.cpp
logic/ftb/FTBProfileStrategy.h
logic/ftb/FTBProfileStrategy.cpp
# the screenshots feature
logic/screenshots/Screenshot.h