4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
228 B

#include "ScaleformLoader.h"
#include "skse64_common/Relocation.h"
GFxLoader * GFxLoader::GetSingleton()
{
// D73FE972523296E269125B9E6F076AD967D7970C+F9
RelocPtr<GFxLoader*> g_GFxLoader(0x02FC0DB8);
return *g_GFxLoader;
}