mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-06-10 12:55:51 -04:00
8 lines
183 B
C++
8 lines
183 B
C++
namespace SWA::Player
|
|
{
|
|
inline CPlayerSpeedContext* CPlayerSpeedContext::GetInstance()
|
|
{
|
|
return *(xpointer<CPlayerSpeedContext>*)MmGetHostAddress(0x83362F98);
|
|
}
|
|
}
|