mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-03 18:20:49 -06:00
9 lines
246 B
C++
9 lines
246 B
C++
namespace SWA
|
|
{
|
|
// TODO: Hedgehog::Base::TSynchronizedPtr<CApplicationDocument>
|
|
inline CApplicationDocument* CApplicationDocument::GetInstance()
|
|
{
|
|
return *(xpointer<CApplicationDocument>*)MmGetHostAddress(0x833678A0);
|
|
}
|
|
}
|