Remangle Course

This commit is contained in:
Aetias
2024-04-28 16:38:58 +02:00
parent 04b3812395
commit dfea2bd522
23 changed files with 483 additions and 431 deletions
+6
View File
@@ -13,6 +13,12 @@ typedef s16 q4;
#define ROUND_Q20(n) (((s32)(n) + 0x800) >> 12)
typedef struct {
/* 0 */ s8 x;
/* 1 */ s8 y;
/* 2 */
} Vec2b;
typedef struct {
/* 0 */ q20 x;
/* 4 */ q20 y;