#ifndef PRUSAPARTS_H #define PRUSAPARTS_H #include #include using TestData = std::vector; using TestDataEx = std::vector; extern const TestData PRUSA_PART_POLYGONS; extern const TestData PRUSA_STEGOSAUR_POLYGONS; extern const TestDataEx PRUSA_PART_POLYGONS_EX; #endif // PRUSAPARTS_H