mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-04 02:31:10 -06:00
8 lines
196 B
C++
8 lines
196 B
C++
namespace SWA
|
|
{
|
|
// TODO: Hedgehog::Base::TSynchronizedPtr<CApplicationDocument>
|
|
inline CApplicationDocument* CApplicationDocument::GetInstance()
|
|
{
|
|
return *ms_pInstance;
|
|
}
|
|
} |