blob: e4e232bd9ad5abe1966bde4962ca0cac00ad80a2 [file] [log] [blame]
#ifndef CLOCK_FWD
#define CLOCK_FWD
struct Coordinates {
int x;
int y;
};
#endif