mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Debug database tab
This commit is contained in:
parent
2bd85f53bc
commit
1d78e106ad
15 changed files with 315 additions and 528 deletions
|
@ -18,6 +18,8 @@ public:
|
|||
std::vector<std::shared_ptr<Game>> new_games);
|
||||
void Reset();
|
||||
void Export(std::shared_ptr<GameBase> base);
|
||||
std::string GetFormat() {return("PGN");};
|
||||
std::string GetFilePath() {return(file);};
|
||||
static std::string GetMovesPGN(HalfMove *m, bool needDots);
|
||||
static std::string GetPGN(std::shared_ptr<Game> g);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue