Files
UnleashedRecomp/UnleashedRecomp/api/SWA/Player/Character/Speed/PlayerSpeedContext.inl
T

8 lines
183 B
C++

namespace SWA::Player
{
inline CPlayerSpeedContext* CPlayerSpeedContext::GetInstance()
{
return *(xpointer<CPlayerSpeedContext>*)MmGetHostAddress(0x83362F98);
}
}