14 lines
168 B
C++
14 lines
168 B
C++
#pragma once
|
|
|
|
#include "RE/B/BSPointerAllocator.h"
|
|
|
|
namespace RE
|
|
{
|
|
template <class T>
|
|
class NiTPointerAllocator :
|
|
public BSPointerAllocator // 0
|
|
{
|
|
public:
|
|
};
|
|
}
|