CommonLibSSE NG
Loading...
Searching...
No Matches
NiTList.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/N/NiTDefaultAllocator.h
"
4
#include "
RE/N/NiTPointerListBase.h
"
5
6
namespace
RE
7
{
8
template
<
class
T>
9
class
NiTList
:
public
NiTPointerListBase
<NiTDefaultAllocator<T>, T>
10
{
11
public
:
12
};
13
static_assert
(
sizeof
(
NiTList<void*>
) == 0x18);
14
}
NiTDefaultAllocator.h
NiTPointerListBase.h
RE::NiTList
Definition
NiTList.h:10
RE::NiTPointerListBase
Definition
NiTPointerListBase.h:9
RE
Definition
AbsorbEffect.h:6
CommonLibSSE-NG
include
RE
N
NiTList.h
Generated by
1.9.7