TileArray.h 137 Bytes
Newer Older
1 2
#ifndef TILEARRAY_H
#define TILEARRAY_H
Valentin Platzgummer's avatar
Valentin Platzgummer committed
3 4
#include "MeasurementTile.h"

5 6 7
typedef QVector<MeasurementTile> TileArray;

#endif // TILEARRAY_H