CommonLibSSE (powerof3)
AutoRegisterCreator.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace RE
7 {
8  // 08
9  template <class Derived, class Manager>
10  struct AutoRegisterCreator : public AutoRegisterFactory<BSTDerivedCreator<Derived, typename Manager::mapped_type>, Manager>
11  {
12  public:
13  virtual ~AutoRegisterCreator(); // 00
14  };
15 }
Definition: AutoRegisterFactory.h:8
Definition: AbsorbEffect.h:6
Definition: AutoRegisterCreator.h:11
virtual ~AutoRegisterCreator()