PatchworkOS
Loading...
Searching...
No Matches
point.h
Go to the documentation of this file.
1#ifndef PATCHWORK_POINT_H
2#define PATCHWORK_POINT_H 1
3
4#include <stdint.h>
5
6#if defined(__cplusplus)
7extern "C"
8{
9#endif
10
11typedef struct point
12{
15} point_t;
16
17#if defined(__cplusplus)
18}
19#endif
20
21#endif
__INT64_TYPE__ int64_t
Definition stdint.h:16
int64_t y
Definition point.h:14
int64_t x
Definition point.h:13