CommonLibSSE (Parapets fork)
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  };
14  static_assert(sizeof(SettingT<void*>) == 0x18);
15 }
Definition: SettingT.h:10
~SettingT() override
Definition: Setting.h:8
Definition: AbsorbEffect.h:6