Skip to content

Chart Type

Pavle edited this page May 2, 2022 · 3 revisions
struct ChartType
{
    unsigned int entryCount;
    std::vector<unsigned int> referenceIndices;
    std::vector<unsigned int> animationNameOffsets;
    std::vector<std::string> names;
};

Clone this wiki locally