Searched defs:DataHeader (Results 1 – 1 of 1) sorted by relevance
122 struct DataHeader { struct123 static const uint32_t DATA_HEADER_LEN = 12;124 int8_t idTag[TAG_LEN] = {'D', 'A', 'T', 'A'};125 uint32_t length = 0;126 uint32_t idCount = 0;127 std::unordered_map<uint32_t, ResInfo> resInfos; // <resID, ResInfo>