mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-06-01 18:41:13 -07:00
missing adjustments
This commit is contained in:
+1
-1
@@ -27,4 +27,4 @@ typedef def_struct(Rect_S4) { S4 x; S4 y; S4 width; S4 height; };
|
||||
|
||||
typedef def_struct(M3_S2) { A3A3_S2 m; A3_S4 t; };
|
||||
|
||||
#define v2_s2(x, y) (V2_S2){ x, y }
|
||||
#define v2s2(x, y) (V2_S2){ x, y }
|
||||
|
||||
Reference in New Issue
Block a user