mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Improve board canvas
This commit is contained in:
parent
dcf6c01e54
commit
29d5850b2f
8 changed files with 51 additions and 17 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue