Skip to content

Commit

Permalink
zNPC related matches (#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 authored Sep 20, 2024
1 parent d9b1876 commit 394551d
Show file tree
Hide file tree
Showing 9 changed files with 1,446 additions and 76 deletions.
1 change: 1 addition & 0 deletions src/SB/Core/x/xFX.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ void xFXFireworksUpdate(F32 dt);
void xFXStreakInit();
void xFXStreakUpdate(F32 dt);
void xFXStreakRender();
void xFXStreakStop(U32);
void xFXShineInit();
void xFXShineUpdate(F32 dt);
void xFXShineRender();
Expand Down
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 394551d

Please sign in to comment.