mirror of
https://github.com/meshtastic/firmware.git
synced 2026-03-24 10:03:19 -04:00
4 lines
45 B
C
4 lines
45 B
C
struct PointStruct {
|
|
int x;
|
|
int y;
|
|
}; |