stuff to get shooty to work, might be temp
This commit is contained in:
parent
d4731d3961
commit
12a28fea88
8 changed files with 102 additions and 3 deletions
|
|
@ -11,4 +11,8 @@ typedef struct ARC_UPoint {
|
|||
uint32_t x, y;
|
||||
} ARC_UPoint;
|
||||
|
||||
typedef struct ARC_FPoint {
|
||||
float x, y;
|
||||
} ARC_FPoint;
|
||||
|
||||
#endif // ARC_MATH_POINT_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue