Update Game tab

This commit is contained in:
Loic Guegan 2023-01-01 19:05:15 +01:00
parent 4e85af5e08
commit bbf3282839
5 changed files with 8 additions and 22 deletions

View file

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