mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Clean db interface
This commit is contained in:
parent
1d78e106ad
commit
1c2d2a14ac
3 changed files with 12 additions and 12 deletions
|
@ -13,9 +13,9 @@ public:
|
|||
bool NextGame();
|
||||
std::shared_ptr<Game> GetCurrentGame();
|
||||
std::string GetTag(std::string tag);
|
||||
void Save(std::vector<std::uint32_t> to_ignore,
|
||||
std::vector<std::shared_ptr<GameBase>> new_games_bases,
|
||||
std::vector<std::shared_ptr<Game>> new_games);
|
||||
void Save(std::vector<std::uint32_t> to_delete,
|
||||
std::vector<std::shared_ptr<GameBase>> databases_to_import,
|
||||
std::vector<std::shared_ptr<Game>> games_to_import);
|
||||
void Reset();
|
||||
void Export(std::shared_ptr<GameBase> base);
|
||||
std::string GetFormat() {return("PGN");};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue