Files
firmware/src/graphics/PointStruct.h

4 lines
45 B
C

struct PointStruct {
int x;
int y;
};