docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
namespace Scaleform
|
||||
{
|
||||
template <class E, class U = std::underlying_type_t<E>>
|
||||
using Flags = REX::TEnumSet<E, U>;
|
||||
}
|
||||
Reference in New Issue
Block a user