Skip to content

Commit

Permalink
WIP PlayerAbsControl
Browse files Browse the repository at this point in the history
  • Loading branch information
SquareMan committed Jul 7, 2024
1 parent 13729c8 commit 3ec2ef5
Show file tree
Hide file tree
Showing 3 changed files with 597 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/SB/Core/x/xMath3.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ void xRotCopy(xRot* o, const xRot* r);
void xMat4x3Toworld(xVec3* o, const xMat4x3* m, const xVec3* v);
void xMat3x3Rot(xMat3x3* m, const xVec3* a, F32 t);
void xMat3x3RotC(xMat3x3* m, F32 _x, F32 _y, F32 _z, F32 t);
void xMat3x3RotY(xMat3x3* m, F32 t);
void xMat3x3MulRotC(xMat3x3* o, xMat3x3* m, F32 _x, F32 _y, F32 _z, F32 t);
void xMat4x3Identity(xMat4x3* m);
void xMat3x3Normalize(xMat3x3* o, const xMat3x3* m);
Expand Down
2 changes: 1 addition & 1 deletion src/SB/Core/x/xTRC.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct _tagTRCPadInfo : _tagiTRCPadInfo
_tagTRCState state;
};

extern _tagTRCPadInfo gTrcPad[4];
_tagTRCPadInfo gTrcPad[4];

void xTRCPad(S32 pad_id, _tagTRCState state);
void xTRCRender();
Expand Down
Loading

0 comments on commit 3ec2ef5

Please sign in to comment.