| 354 | DFHACK_EXPORT df::coord2d getBlockTileBiomeRgn(df::map_block *block, df::coord2d pos); |
| 355 | |
| 356 | inline df::coord2d getTileBiomeRgn(df::coord pos) { return getBlockTileBiomeRgn(getTileBlock(pos), pos); } |
| 357 | |
| 358 | // Enables per-frame updates for liquid flow and/or temperature. |
| 359 | DFHACK_EXPORT void enableBlockUpdates(df::map_block *blk, bool flow = false, bool temperature = false); |
no test coverage detected