CommonLibSSE (powerof3)
Loading...
Searching...
No Matches
GArray.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/G/GAllocator.h"
4#include "RE/G/GArrayBase.h"
5#include "RE/G/GArrayData.h"
7#include "RE/G/GStats.h"
8
9namespace RE
10{
11 template <class T, std::uint32_t SID = GStatGroup::kGStat_Default_Mem, class SizePolicy = GArrayDefaultPolicy>
12 class GArray : public GArrayBase<GArrayData<T, GAllocatorGH<T, SID>, SizePolicy>>
13 {
14 public:
15 };
16 static_assert(sizeof(GArray<void*>) == 0x18);
17}
Definition: GArrayBase.h:7
Definition: GArray.h:13
Definition: AbsorbEffect.h:6