Match m429dll

This commit is contained in:
gamemasterplc 2024-06-16 23:52:23 -05:00
parent 1c921e92ae
commit 4ac760e9b3
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