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 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: SettingT.h:10
~SettingT() override
Definition: Setting.h:8
Definition: AbsorbEffect.h:6