CommonLibSSE NG
Loading...
Searching...
No Matches
SettingT.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/S/Setting.h"
4
5namespace 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 };
14 static_assert(sizeof(SettingT<void*>) == 0x18);
15}
Definition Setting.h:8
Definition SettingT.h:10
~SettingT() override
Definition AbsorbEffect.h:6