CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
BSThreadEvent.h
Go to the documentation of this file.
1#pragma once
2
3namespace RE
4{
6 {
7 static void InitSDM()
8 {
9 using func_t = decltype(&BSThreadEvent::InitSDM);
10 REL::Relocation<func_t> func{ RELOCATION_ID(67151, 68449) };
11 return func();
12 }
13 };
14}
#define RELOCATION_ID(SE, AE)
Definition: PCH.h:711
Definition: Relocation.h:875
Definition: AbsorbEffect.h:6
Definition: BSThreadEvent.h:6
static void InitSDM()
Definition: BSThreadEvent.h:7