mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Enable PGN save (slow for now so do not use it).
This commit is contained in:
parent
6f866f55ee
commit
64dec753e7
11 changed files with 109 additions and 30 deletions
|
@ -10,6 +10,10 @@ public:
|
|||
PGNGameBase(std::string pgn_file);
|
||||
Game *GetGame(std::uint32_t id);
|
||||
bool NextGame();
|
||||
Game *GetCurrentGame();
|
||||
std::string GetTag(std::string tag);
|
||||
void Save(std::vector<std::uint32_t> to_ignore,
|
||||
std::vector<GameBase *> new_games_bases,
|
||||
std::vector<Game *> new_games);
|
||||
void Reset();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue