mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Improve BaseTab pgn loading
This commit is contained in:
parent
40c6df0e7c
commit
f99a7b699a
7 changed files with 87 additions and 48 deletions
|
@ -4,7 +4,8 @@
|
|||
class GameBase {
|
||||
|
||||
public:
|
||||
virtual bool HasNextGame() = 0;
|
||||
virtual Game *GetGame(std::uint32_t id) = 0;
|
||||
virtual Game *GetNextGame() = 0;
|
||||
virtual bool NextGame() = 0;
|
||||
virtual std::string GetTag(std::string tag) = 0;
|
||||
virtual void Reset() = 0;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue