Update Game tab

This commit is contained in:
Loic Guegan 2023-01-01 18:18:27 +01:00
parent 88430eec29
commit 4e85af5e08
5 changed files with 27 additions and 53 deletions

View file

@ -17,7 +17,7 @@ class GameTabLeftPanel : public TabGameLeftPanel {
public:
GameTabLeftPanel(wxFrame *parent, std::shared_ptr<Game> game);
void Notify(bool animate=false,bool backward=false);
void Notify(bool skip_animation=false);
void OnPlay(wxCommandEvent &event);
void OnGotoMove(wxCommandEvent &event);
void OnRefreshBoard(wxCommandEvent &event);