mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
8 lines
248 B
C++
8 lines
248 B
C++
namespace SWA
|
|
{
|
|
// TODO: Hedgehog::Base::TSynchronizedPtr<CApplicationDocument>
|
|
inline CApplicationDocument* CApplicationDocument::GetInstance()
|
|
{
|
|
return *(xpointer<CApplicationDocument>*)g_memory.Translate(0x833678A0);
|
|
}
|
|
}
|