Files
Commonwealth-Online-Public/plugin/lib/commonlibf4/include/RE/N/NiTDefaultAllocator.h
T
2026-05-30 18:33:24 +12:00

14 lines
140 B
C++

#pragma once
namespace RE
{
template <class T>
class DFALL
{
public:
};
template <class T>
using NiTDefaultAllocator = DFALL<T>;
}