Implement & link ac_uki, player refactors

This commit is contained in:
Cuyler36
2024-09-13 11:06:18 -04:00
parent bfb574f99c
commit 9bcb2cc7fa
23 changed files with 1397 additions and 73 deletions
+2
View File
@@ -91,6 +91,8 @@ typedef u32 unknown;
#define MAX(a, b) (((a) > (b)) ? (a) : (b))
#define MIN(a, b) (((a) < (b)) ? (a) : (b))
#define FLOOR(n, f) (((n) / (f)) * (f))
#define F32_IS_ZERO(v) (fabsf(v) < 0.008f)
/* ARGB8 color format (32 bits) to RGB5A3 color format (16 bits) */