CommonLibSSE (Parapets fork)
AutoRegisterFactory.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  // auto registers the factory with the manager
6  template <class Parent, class Manager>
7  class AutoRegisterFactory : public Parent
8  {
9  public:
10  static_assert(sizeof(AutoRegisterFactory) == 0x8);
11  virtual ~AutoRegisterFactory(); // 00
12  };
13 }
Definition: AutoRegisterFactory.h:8
virtual ~AutoRegisterFactory()
Definition: AbsorbEffect.h:6