CommonLibVR
SettingT.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/S/Setting.h
"
4
5
namespace
RE
6
{
7
// auto registers/unregisters with the templated collection
8
template
<
class
T>
9
class
SettingT
:
public
Setting
10
{
11
public
:
12
~SettingT
()
override
;
// 00
13
private
:
14
KEEP_FOR_RE
()
15
};
16
static_assert(
sizeof
(
SettingT<void*>
) == 0x18);
17
}
KEEP_FOR_RE
#define KEEP_FOR_RE()
Definition:
PCH.h:713
Setting.h
RE::SettingT
Definition:
SettingT.h:10
RE::SettingT::~SettingT
~SettingT() override
RE::Setting
Definition:
Setting.h:8
RE
Definition:
AbsorbEffect.h:6
CommonLibVR
include
RE
S
SettingT.h
Generated by
1.9.1