#ifndef PATH_H #define PATH_H #include #include "coordinates.h" typedef QVector Path; #endif // PATH_H