CommonLibSSE (powerof3)
GArrayData.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/G/GArrayDataBase.h"
4 
5 namespace RE
6 {
7  template <class T, class Allocator, class SizePolicy>
8  struct GArrayData : GArrayDataBase<T, Allocator, SizePolicy>
9  {
10  public:
11  };
12 }
Definition: AbsorbEffect.h:6
Definition: GArrayDataBase.h:7
Definition: GArrayData.h:9