Some light rearranging prior to AnimQueue stuff
This commit is contained in:
9
Source/Integration/CommonTypes.h
Normal file
9
Source/Integration/CommonTypes.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
namespace LuprexCommonTypes {
|
||||
// Array of tangible IDs.
|
||||
using IdArray = TArray<int64>;
|
||||
|
||||
// View of Array of tangible IDs.
|
||||
using IdView = TArrayView<const int64>;
|
||||
}
|
||||
Reference in New Issue
Block a user