Improve board canvas

This commit is contained in:
Loic Guegan 2023-01-01 20:21:23 +01:00
parent dcf6c01e54
commit 29d5850b2f
8 changed files with 51 additions and 17 deletions

View file

@ -12,8 +12,8 @@ class GameTabLeftPanel : public TabGameLeftPanel {
std::shared_ptr<Game> game;
BoardCanvas *board_canvas;
bool repeat;
std::string last_absolute_move;
HalfMove *last_move;
public:
GameTabLeftPanel(wxFrame *parent, std::shared_ptr<Game> game);
void Notify(bool skip_animation=false);