mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Enable database export
This commit is contained in:
parent
cbcc455e33
commit
98488e899a
9 changed files with 57 additions and 14 deletions
|
@ -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;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue