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

Class DT1FileHeader

src/Abyss/DataTypes/DT1.h:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59};
60
61struct DT1FileHeader {
62 uint32_t versionMajor{};
63 uint32_t versionMinor{};
64 uint8_t xUnused[260]{};
65 uint32_t numberOfTiles{};
66 uint32_t pointerToTileHeaders{};
67};
68
69struct DT1TileHeader {
70 uint32_t direction{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected