CommonLibSSE NG
Loading...
Searching...
No Matches
GRefCountImpl.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_GRefCountImpl;
11
12 ~GRefCountImpl() override = default; // 00
13
14 void AddRef();
15 void Release();
16 };
17 static_assert(sizeof(GRefCountImpl) == 0x10);
18}
Definition GRefCountImplCore.h:6
Definition GRefCountImpl.h:8
~GRefCountImpl() override=default
static constexpr auto RTTI
Definition GRefCountImpl.h:10
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_GRefCountImpl(686407, 394227, 0x1efd6c8)