mirror of
https://github.com/zeldaret/ph
synced 2026-07-10 22:31:57 -04:00
Remangle Course
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user