mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-05-02 09:47:45 +00:00
Improve board canvas
This commit is contained in:
parent
dcf6c01e54
commit
29d5850b2f
8 changed files with 51 additions and 17 deletions
src/game_tab
|
@ -27,6 +27,7 @@ public:
|
|||
void SetTag(std::string tagname, std::string value);
|
||||
void DeleteTag(std::string tagname);
|
||||
HalfMove *GetCurrentMove();
|
||||
HalfMove *GetNextMove();
|
||||
HalfMove *GetMoves();
|
||||
std::string GetFen();
|
||||
std::string GetResult();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue