mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-04 17:29:24 -05:00
8 lines
175 B
C++
8 lines
175 B
C++
namespace SWA
|
|
{
|
|
// TODO: Hedgehog::Base::TSynchronizedPtr<CGameDocument>
|
|
inline CGameDocument* CGameDocument::GetInstance()
|
|
{
|
|
return *ms_pInstance;
|
|
}
|
|
} |