first commit
This commit is contained in:
11
src/game/ecs/entity/utility/entity_counter.h
Normal file
11
src/game/ecs/entity/utility/entity_counter.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "../../component/utility/component_counter.h"
|
||||
|
||||
#define ENTITY_COUNTER_DEPENDENCY_COUNT 1
|
||||
static const ECSComponentType ENTITY_COUNTER_DEPENDENCIES[ENTITY_COUNTER_DEPENDENCY_COUNT] =
|
||||
{
|
||||
ECS_COMPONENT_COUNTER
|
||||
};
|
||||
|
||||
EntityID entity_counter_add(ECS* ecs, s32 value, s32 max);
|
Reference in New Issue
Block a user