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