This website requires JavaScript.
Explore
Help
Sign In
mclemens
/
ubitxv6
Watch
1
Star
0
Fork
You've already forked ubitxv6
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
ubitxv6
/
point.h
9 lines
79 B
C
Raw
Permalink
Blame
History
#
pragma once
#
include
<stdint.h>
struct
Point
{
int16_t
x
;
int16_t
y
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink