This website requires JavaScript.
Explore
Help
Register
Sign In
slyecho
/
xormod
Watch
1
Star
0
Fork
You've already forked xormod
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
9332a99df3
xormod
/
types.h
5 lines
72 B
C
Raw
Blame
History
#
pragma once
struct
int2
{
int
x
,
y
;
}
;
struct
float2
{
float
x
,
y
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink