Re-remade component and system ids
Former-commit-id: 98b76695cca904c55c7333801c3cdf693da15086
This commit is contained in:
@@ -57,9 +57,10 @@
|
||||
|
||||
namespace Ndk
|
||||
{
|
||||
using ComponentId = nzUInt32;
|
||||
using ComponentId = nzUInt64;
|
||||
using ComponentIndex = nzUInt32;
|
||||
using EntityId = nzUInt32;
|
||||
using SystemId = nzUInt32;
|
||||
using SystemIndex = nzUInt32;
|
||||
}
|
||||
|
||||
#endif // NDK_PREREQUESITES_HPP
|
||||
|
||||
Reference in New Issue
Block a user