Skip to content

Commit

Permalink
Slightly more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
escape209 committed Sep 19, 2024
1 parent ad23e40 commit 66dbe14
Show file tree
Hide file tree
Showing 9 changed files with 913 additions and 67 deletions.
2 changes: 1 addition & 1 deletion src/SB/Core/x/xFX.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void xFXFireworksUpdate(F32 dt);
void xFXStreakInit();
void xFXStreakUpdate(F32 dt);
void xFXStreakRender();
void xFXStreakStop(U32);
static 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 66dbe14

Please sign in to comment.