Skip to content

Commit

Permalink
zNPC related matches (bfbbdecomp#368)
Browse files Browse the repository at this point in the history
* zNPC related matches

* More stuff

* More things

* Slightly more stuff

* Last bits for now
  • Loading branch information
escape209 committed Sep 21, 2024
1 parent 3d9bb60 commit cba61f9
Show file tree
Hide file tree
Showing 8 changed files with 1,009 additions and 66 deletions.
1 change: 1 addition & 0 deletions src/SB/Core/x/xVec3.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ struct xVec3
xVec3& invert();
F32 dot(const xVec3& c) const;
xVec3& normalize();
xVec3& assign(F32 val);
};

F32 xVec3Normalize(xVec3* o, const xVec3* v);
Expand Down
Loading

0 comments on commit cba61f9

Please sign in to comment.