| 735 | |
| 736 | |
| 737 | TileTransformedView::TileTransformedView(const olc::vi2d& vViewArea, const olc::vi2d& vTileSize) |
| 738 | { |
| 739 | Initialise(vViewArea, vTileSize); |
| 740 | } |
| 741 | |
| 742 | |
| 743 | olc::vi2d TileTransformedView::GetTopLeftTile() const |
nothing calls this directly
no outgoing calls
no test coverage detected