firmware/src/graphics/PointStruct.h
2024-05-23 07:21:27 -05:00

4 lines
45 B
C

struct PointStruct {
int x;
int y;
};