mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-28 15:07:07 -04:00
Push work on m_design_ovl
This commit is contained in:
@@ -55,6 +55,10 @@ typedef struct rgb_t {
|
||||
uint r, g, b;
|
||||
} rgb_t;
|
||||
|
||||
typedef struct rgb8_t {
|
||||
u8 r, g, b;
|
||||
} rgb8_t;
|
||||
|
||||
typedef struct {
|
||||
xyz_t position;
|
||||
s_xyz angle;
|
||||
|
||||
Reference in New Issue
Block a user