| 88 | }; |
| 89 | |
| 90 | struct DT1BlockHeader { |
| 91 | int16_t posX; |
| 92 | int16_t posY; |
| 93 | int8_t zeros[2]; |
| 94 | uint8_t gridX; |
| 95 | uint8_t gridY; |
| 96 | uint16_t format; |
| 97 | uint32_t dataLength; |
| 98 | uint8_t zeros2[2]; |
| 99 | uint32_t encodedDataFileOffset; |
| 100 | }; |
| 101 | |
| 102 | struct DT1Tile { |
| 103 | DT1TileHeader header{}; |
nothing calls this directly
no outgoing calls
no test coverage detected