aboutsummaryrefslogtreecommitdiff
path: root/libs/game_bethesda/src/games/ttw/falloutttwdataarchives.h
blob: eb9d7c7d67c7275d788ab62ded01b2eba8fdabec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef FALLOUTTTWDATAARCHIVES_H
#define FALLOUTTTWDATAARCHIVES_H

#include <QDir>
#include <QString>
#include <QStringList>
#include <gamebryodataarchives.h>
#include <iprofile.h>

class FalloutTTWDataArchives : public GamebryoDataArchives
{
public:
  using GamebryoDataArchives::GamebryoDataArchives;

  virtual QStringList vanillaArchives() const override;
  virtual QStringList archives(const MOBase::IProfile* profile) const override;

private:
  virtual void writeArchiveList(MOBase::IProfile* profile,
                                const QStringList& before) override;
};

#endif  // FALLOUTTTWDATAARCHIVES_H