Show texture/resource packs when appropriate.

This commit is contained in:
Petr Mrázek
2014-06-08 20:11:09 +02:00
parent 223a7aba7b
commit bf7b070508
10 changed files with 141 additions and 102 deletions

View File

@@ -38,9 +38,11 @@ public:
////// Mod Lists //////
std::shared_ptr<ModList> loaderModList();
std::shared_ptr<ModList> coreModList();
std::shared_ptr<ModList> resourcePackList();
std::shared_ptr<ModList> texturePackList();
std::shared_ptr<ModList> resourcePackList() override;
std::shared_ptr<ModList> texturePackList() override;
virtual QSet<QString> traits();
////// Directories and files //////
QString jarModsDir() const;
QString resourcePacksDir() const;