Merge branch 'Rainchus:main' into main

This commit is contained in:
CreateSource 2024-06-17 13:38:57 -04:00 committed by GitHub
commit cb98cf86d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2901 additions and 3 deletions

View file

@ -14,4 +14,13 @@ BOOL Hitcheck_Quadrangle_with_Sphere(Vec *arg0, Vec *arg1, float arg2, Vec *arg3
void AppendAddXZ(float arg0, float arg1, float arg2);
void CharRotInv(Mtx arg0, Mtx arg1, Vec *arg2, omObjData *arg3);
extern Mtx MapMT;
extern Mtx MapMTR;
extern float AddX;
extern float AddZ;
extern s32 nMap;
extern s32 nChar;
extern s32 HitFaceCount;
extern omObjData *MapObject[16];
#endif