stuff to get shooty to work, might be temp

This commit is contained in:
herbglitch 2022-12-20 00:50:55 -07:00
parent d4731d3961
commit 12a28fea88
8 changed files with 102 additions and 3 deletions

View file

@ -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_