From 72b7d4168afc63db572539d41623c3ab0f09ddf4 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Mon, 23 Sep 2019 11:28:07 +0800 Subject: Added strcat(), added gte_stsz() macro, added _boot() and fixed typos in setUVWH() macro --- libpsn00b/include/psxgte.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libpsn00b/include/psxgte.h') diff --git a/libpsn00b/include/psxgte.h b/libpsn00b/include/psxgte.h index 43d529a..98d9fa4 100644 --- a/libpsn00b/include/psxgte.h +++ b/libpsn00b/include/psxgte.h @@ -12,24 +12,24 @@ #define rcos(a) icos(a) -typedef struct { +typedef struct MATRIX { short m[3][3]; int t[3]; } MATRIX; -typedef struct { +typedef struct VECTOR { int vx, vy, vz; } VECTOR; -typedef struct { +typedef struct SVECTOR { short vx, vy, vz, pad; } SVECTOR; -typedef struct { +typedef struct CVECTOR { unsigned char r, g, b, cd; } CVECTOR; -typedef struct { +typedef struct DVECTOR { short vx, vy; } DVECTOR; -- cgit v1.2.3