CommonLibVR
GNewOverrideBase.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/G/GMemory.h"
4 
5 namespace RE
6 {
7  template <std::uint32_t Stat>
9  {
10  public:
11  enum
12  {
13  kStatType = Stat
14  };
15 
17 
18  private:
19  KEEP_FOR_RE()
20  };
21 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: GNewOverrideBase.h:9
GFC_MEMORY_REDEFINE_NEW(GNewOverrideBase, Stat)
@ kStatType
Definition: GNewOverrideBase.h:13
Definition: AbsorbEffect.h:6