1
0
mirror of https://codeberg.org/mclemens/ubitxv6.git synced 2025-02-21 06:57:27 -05:00
2020-02-09 18:40:42 -08:00

9 lines
79 B
C

#pragma once
#include <stdint.h>
struct Point {
int16_t x;
int16_t y;
};