CommonLibSSE NG
Loading...
Searching...
No Matches
NiTPointerListBase.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/N/NiTListBase.h"
4
5namespace RE
6{
7 template <class Allocator, class T>
8 class NiTPointerListBase : public NiTListBase<Allocator, T>
9 {
10 public:
11 };
12}
Definition NiTListBase.h:17
Definition NiTPointerListBase.h:9
Definition AbsorbEffect.h:6