#ifndef PRINTER_PARTS_H #define PRINTER_PARTS_H #include #include using TestData = std::vector; using TestDataEx = std::vector; extern const TestData PRINTER_PART_POLYGONS; extern const TestData STEGOSAUR_POLYGONS; extern const TestDataEx PRINTER_PART_POLYGONS_EX; #endif // PRINTER_PARTS_H