#ifndef PRUSAPARTS_H #define PRUSAPARTS_H #include #include using TestData = std::vector; using TestDataEx = std::vector; extern const TestData QIDI_PART_POLYGONS; extern const TestData QIDI_STEGOSAUR_POLYGONS; extern const TestDataEx QIDI_PART_POLYGONS_EX; #endif // PRUSAPARTS_H