| 428 | } |
| 429 | |
| 430 | bool ensureBlockAt(df::coord coord) |
| 431 | { |
| 432 | Block *b = BlockAtTile(coord); |
| 433 | return b ? b->Allocate() : false; |
| 434 | } |
| 435 | |
| 436 | /// delete the block from memory |
| 437 | void discardBlock(Block *block); |
nothing calls this directly
no test coverage detected