CommonLibSSE (powerof3)
GArrayBase.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  template <class T>
6  class GArrayBase
7  {
8  public:
9  // members
10  T data; // 00
11  };
12 }
Definition: GArrayBase.h:7
T data
Definition: GArrayBase.h:10
Definition: AbsorbEffect.h:6