diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-07 18:42:50 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-06-07 18:42:50 +0200 |
| commit | 7d753ae2d82592e09e04e4ecf11df976a2d187fd (patch) | |
| tree | 4bee36d2432bef8793c366c96e4a7a5ed905df06 /src/CGEditor.hpp | |
| parent | 3594a12bb4a4bc8724a6c3d592487a66f586df20 (diff) | |
Diffstat (limited to 'src/CGEditor.hpp')
| -rw-r--r-- | src/CGEditor.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CGEditor.hpp b/src/CGEditor.hpp index 72c2785..286343f 100644 --- a/src/CGEditor.hpp +++ b/src/CGEditor.hpp @@ -19,6 +19,8 @@ class CGEditor { MoveTable *MT; Margin *MA; Menu *ME; + /// @brief To Focus (TF) move to focus on the next draw (nullptr if not used) + CMI::HalfMove *TF; protected: Status status; |
