CommonLibSSE NG
Loading...
Searching...
No Matches
GNewOverrideBase.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/G/GMemory.h"
4
5namespace RE
6{
7 template <std::uint32_t Stat>
9 {
10 public:
11 enum
12 {
13 kStatType = Stat
14 };
15
17 };
18}
Definition GNewOverrideBase.h:9
GFC_MEMORY_REDEFINE_NEW(GNewOverrideBase, Stat)
@ kStatType
Definition GNewOverrideBase.h:13
Definition AbsorbEffect.h:6