CommonLibVR
NiTList.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace RE
7 {
8  template <class T>
9  class NiTList : public NiTPointerListBase<NiTDefaultAllocator<T>, T>
10  {
11  public:
12  private:
13  KEEP_FOR_RE()
14  };
15  static_assert(sizeof(NiTList<void*>) == 0x18);
16 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: NiTList.h:10
Definition: NiTPointerListBase.h:9
Definition: AbsorbEffect.h:6