mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-04 10:41:35 -06:00
9 lines
218 B
C++
9 lines
218 B
C++
namespace SWA
|
|
{
|
|
// TODO: Hedgehog::Base::TSynchronizedPtr<CGameDocument>
|
|
inline CGameDocument* CGameDocument::GetInstance()
|
|
{
|
|
return *(xpointer<CGameDocument>*)MmGetHostAddress(0x83367900);
|
|
}
|
|
}
|