allow changing the target block

This commit is contained in:
2026-02-20 01:22:27 +01:00
parent 11ae406073
commit d2b0b1f184
4 changed files with 41 additions and 3 deletions

View File

@ -270,6 +270,8 @@ public:
auto RemoveBlock(int x, int y) -> bool;
auto ToggleTarget(int x, int y) -> bool;
auto MoveBlockAt(int x, int y, Direction dir) -> bool;
auto GetNextStates() const -> std::vector<State>;