MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / DT1BlockHeader

Class DT1BlockHeader

src/Abyss/DataTypes/DT1.h:90–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88};
89
90struct 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
102struct DT1Tile {
103 DT1TileHeader header{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected