Files
integration/Source/Integration/CommonTypes.h

9 lines
181 B
C
Raw Normal View History

#pragma once
namespace LuprexCommonTypes {
// Array of tangible IDs.
using IdArray = TArray<int64>;
// View of Array of tangible IDs.
using IdView = TArrayView<const int64>;
}