CommonLibSSE NG
TESResetEvent.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/N/NiSmartPointer.h"
4 
5 namespace RE
6 {
7  class TESObjectREFR;
8 
9  struct TESResetEvent
10  {
11  public:
12  // members
14  };
15  static_assert(sizeof(TESResetEvent) == 0x8);
16 }
Definition: NiSmartPointer.h:9
Definition: AbsorbEffect.h:6
Definition: TESResetEvent.h:10
NiPointer< TESObjectREFR > object
Definition: TESResetEvent.h:13