CommonLibSSE (Parapets fork)
BGSTypedItem.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  template <class Child, class Parent>
6  class BGSTypedItem : public Parent
7  {
8  public:
9  };
10 }
Definition: BGSTypedItem.h:7
Definition: AbsorbEffect.h:6