first commit
This commit is contained in:
6
src/game/ecs/ecs_entity.h
Normal file
6
src/game/ecs/ecs_entity.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "ecs_component.h"
|
||||
|
||||
u32 ecs_entity_add(ECS* ecs);
|
||||
void ecs_entity_delete(ECS* ecs, EntityID id);
|
Reference in New Issue
Block a user