1
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.

11 lines
228 B

#include "ScaleformLoader.h"
#include "skse64_common/Relocation.h"
GFxLoader * GFxLoader::GetSingleton()
{
// 4E9F39D1066653EF254B38406212E476F80A6C9B+AE
RelocPtr<GFxLoader*> g_GFxLoader(0x02F257A0);
return *g_GFxLoader;
}