1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-07 07:13:21 +02:00
GPXSee/src/path.h

10 lines
129 B
C
Raw Normal View History

2016-11-05 17:33:29 +01:00
#ifndef PATH_H
#define PATH_H
#include <QVector>
#include "coordinates.h"
typedef QVector<Coordinates> Path;
#endif // PATH_H