implement editing the board win condition
This commit is contained in:
@ -226,6 +226,8 @@ public:
|
||||
|
||||
auto IsWon() const -> bool;
|
||||
|
||||
auto SetGoal(int x, int y) -> bool;
|
||||
|
||||
auto AddColumn() const -> State;
|
||||
|
||||
auto RemoveColumn() const -> State;
|
||||
@ -240,6 +242,8 @@ public:
|
||||
|
||||
auto GetBlockAt(int x, int y) const -> std::string;
|
||||
|
||||
auto GetTargetBlock() const -> Block;
|
||||
|
||||
auto GetIndex(int x, int y) const -> int;
|
||||
|
||||
auto RemoveBlock(int x, int y) -> bool;
|
||||
|
||||
Reference in New Issue
Block a user