CommonLibVR
Loading...
Searching...
No Matches
GRefCountBaseNTS.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace RE
7{
8 template <class C, std::uint32_t Stat>
9 class GRefCountBaseNTS : public GRefCountBaseStatImpl<GRefCountNTSImpl, Stat>
10 {
11 public:
12 enum
13 {
14 kStatType = Stat
15 };
16
17 GRefCountBaseNTS() = default;
18
19 private:
21 };
22}
#define KEEP_FOR_RE()
Definition PCH.h:517
Definition GRefCountBaseNTS.h:10
GRefCountBaseNTS()=default
@ kStatType
Definition GRefCountBaseNTS.h:14
Definition GRefCountBaseStatImpl.h:13
Definition AbsorbEffect.h:6