Enable database export

This commit is contained in:
Loic Guegan 2022-02-25 14:57:09 +01:00
parent cbcc455e33
commit 98488e899a
9 changed files with 57 additions and 14 deletions

View file

@ -14,4 +14,5 @@ public:
virtual bool NextGame() = 0;
virtual std::string GetTag(std::string tag) = 0;
virtual void Reset() = 0;
virtual void Save(GameBase *base) = 0;
};