mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Update Game tab
This commit is contained in:
parent
4e85af5e08
commit
bbf3282839
5 changed files with 8 additions and 22 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue