mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 00:27:43 +00:00
Use EntityList instead of `rstl::resverved_vector<TUniqueId, 1024>' directly
This commit is contained in:
@@ -109,6 +109,7 @@ struct TUniqueId {
|
||||
};
|
||||
|
||||
#define kInvalidUniqueId TUniqueId()
|
||||
using EntityList = rstl::reserved_vector<TUniqueId, kMaxEntities>;
|
||||
|
||||
using TAreaId = s32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user