aboutsummaryrefslogtreecommitdiff
path: root/src/game_tab/left_panel/GameTabLeftPanel.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-01 14:35:20 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-01 14:35:20 +0100
commit0cb695a22bf7371511893963a4896167d8c16ae1 (patch)
tree6ca5b92b3799efe293874cad695c4040b2275fc3 /src/game_tab/left_panel/GameTabLeftPanel.hpp
parent679c735596168228ad0df4e42a3768c61c809a40 (diff)
Update animation trigger
Diffstat (limited to 'src/game_tab/left_panel/GameTabLeftPanel.hpp')
-rw-r--r--src/game_tab/left_panel/GameTabLeftPanel.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game_tab/left_panel/GameTabLeftPanel.hpp b/src/game_tab/left_panel/GameTabLeftPanel.hpp
index b22d6fc..e2fd7bc 100644
--- a/src/game_tab/left_panel/GameTabLeftPanel.hpp
+++ b/src/game_tab/left_panel/GameTabLeftPanel.hpp
@@ -13,6 +13,7 @@ class GameTabLeftPanel : public TabGameLeftPanel {
BoardCanvas *board_canvas;
std::string last_absolute_move;
bool repeat;
+ HalfMove *last_move;
public:
GameTabLeftPanel(wxFrame *parent, std::shared_ptr<Game> game);