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)
7
extern
"C"
8
{
9
#endif
10
11
typedef
struct
point
12
{
13
int64_t
x
;
14
int64_t
y
;
15
}
point_t
;
16
17
#if defined(__cplusplus)
18
}
19
#endif
20
21
#endif
stdint.h
int64_t
__INT64_TYPE__ int64_t
Definition
stdint.h:16
point_t
Definition
point.h:12
point_t::y
int64_t y
Definition
point.h:14
point_t::x
int64_t x
Definition
point.h:13
include
libpatchwork
point.h
Generated by
1.9.8