Files
UnleashedRecomp-hedge-dev/UnleashedRecomp/api/SWA/System/ApplicationDocument.inl

9 lines
246 B
C++

namespace SWA
{
// TODO: Hedgehog::Base::TSynchronizedPtr<CApplicationDocument>
inline CApplicationDocument* CApplicationDocument::GetInstance()
{
return *(xpointer<CApplicationDocument>*)MmGetHostAddress(0x833678A0);
}
}