Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/SB/Core/gc/iAnim.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
extern U8* giAnimScratch;

void iAnimInit();
F32 iAnimDuration(void* RawData);
U32 iAnimBoneCount(void* RawData);
void iAnimBlend(F32 BlendFactor, F32 BlendRecip, U16* BlendTimeOffset, F32* BoneTable,
U32 BoneCount, xVec3* Tran1, xQuat* Quat1, xVec3* Tran2, xQuat* Quat2,
Expand Down
3 changes: 2 additions & 1 deletion src/SB/Core/x/xEnt.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <rwcore.h>
#include <rpworld.h>
#include <string.h>

#include "xBase.h"
#include "xMath3.h"
Expand Down Expand Up @@ -40,7 +41,7 @@ struct xEntAsset : xBaseAsset
F32 greenMult;
F32 blueMult;
F32 seeThru;

// Offset: 0x48
F32 seeThruSpeed;
U32 modelInfoID;
Expand Down
2 changes: 1 addition & 1 deletion src/SB/Core/x/xShadow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ void xShadowManager_Remove(xEnt* ent)
a++;
}
}
}
}
Loading