Re-remade component and system ids
Former-commit-id: 98b76695cca904c55c7333801c3cdf693da15086
This commit is contained in:
@@ -11,10 +11,9 @@
|
||||
|
||||
namespace Ndk
|
||||
{
|
||||
template<unsigned int N> ComponentId BuildComponentId(const char (&id)[N]);
|
||||
template<unsigned int N> SystemId BuildSystemId(const char (&id)[N]);
|
||||
template<typename ComponentType> constexpr ComponentId GetComponentId();
|
||||
template<typename SystemType> constexpr SystemId GetSystemId();
|
||||
template<unsigned int N> ComponentId BuildComponentId(const char (&name)[N]);
|
||||
template<typename ComponentType> constexpr ComponentIndex GetComponentIndex();
|
||||
template<typename SystemType> constexpr SystemIndex GetSystemIndex();
|
||||
}
|
||||
|
||||
#include <Ndk/Algorithm.inl>
|
||||
|
||||
Reference in New Issue
Block a user