| 121 | DFCoord getCoord() { return bcoord; } |
| 122 | |
| 123 | void enableBlockUpdates(bool flow = false, bool temp = false) { |
| 124 | Maps::enableBlockUpdates(block, flow, temp); |
| 125 | } |
| 126 | |
| 127 | /* |
| 128 | * All coordinates are taken mod 16. |
no outgoing calls
no test coverage detected