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

8 lines
98 B
C++

#pragma once
namespace RE
{
template <class E, class U>
using hkFlags = REX::TEnumSet<E, U>;
}