5 #include "VectorMath.h"
6 #include "ChunkedFileFormat.h"
7 #include "ParsedRoadNames.h"
8 #include "RoadClassification.h"
15 namespace ChunkedFileFormat
17 namespace RoadNamesChunkReader
22 int roadNameSizeBytes;
23 int roadClassificationIndex;
31 int stringTableByteSize;
33 std::vector<RoadNameInstance> roads;
34 std::vector<Eegeo::Resources::Roads::RoadClassification> roadClassificationLUT;
38 int ReadRoadNamesVersion0(
ChunkStream& chunkStream,
dv3 ecefCellOrigin,
int maxCharsPerRoadName, std::vector<Resources::Roads::RoadNameData>& roadNamesData);