CommonLibSSE NG
Loading...
Searching...
No Matches
GRefCountBaseWeakSupport.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/G/GMemory.h"
6
7namespace RE
8{
9 template <class T, std::uint32_t STAT>
10 class GRefCountBaseWeakSupport : public GRefCountBaseStatImpl<GRefCountWeakSupportImpl, STAT>
11 {
12 public:
13 enum
14 {
15 kStatType = STAT
16 };
17 };
18}
Definition GRefCountBaseStatImpl.h:13
Definition GRefCountBaseWeakSupport.h:11
@ kStatType
Definition GRefCountBaseWeakSupport.h:15
Definition AbsorbEffect.h:6