mirror of
https://gitlab.com/manzerbredes/chess-move-interface.git
synced 2025-04-05 17:46:30 +02:00
Members are now protected
This commit is contained in:
parent
f3e3ab4911
commit
31d28a6cda
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ namespace CMI {
|
|||
* to the CMI::HalfMove remains in the move tree.
|
||||
*/
|
||||
class HalfMove {
|
||||
protected:
|
||||
HalfMove *parent = nullptr;
|
||||
HalfMove *mainline = nullptr;
|
||||
std::vector<HalfMove *> variations;
|
||||
|
|
Loading…
Add table
Reference in a new issue