mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Move PGN export to the right place
This commit is contained in:
parent
9cba705e66
commit
cb4f5ada5c
6 changed files with 61 additions and 54 deletions
|
@ -18,4 +18,6 @@ public:
|
|||
std::vector<std::shared_ptr<Game>> new_games);
|
||||
void Reset();
|
||||
void Export(std::shared_ptr<GameBase> base);
|
||||
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