TileDiff.h 181 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
#ifndef TILEDIFF_H
#define TILEDIFF_H

#include "nemo_interface/MeasurementTile.h"

struct TileDiff {
  MeasurementTile oldTile;
  MeasurementTile newTile;
};

#endif // TILEDIFF_H