1#ifndef ARC_ENGINE_ECS_H_
2#define ARC_ENGINE_ECS_H_
void ARC_ECS_Destroy(ARC_ECS *ecs)
destroys ARC_ECS type
uint64_t ARC_ECSEntity
entity type for ARC_ECS
void ARC_ECS_Create(ARC_ECS **ecs)
creates ARC_Config type
struct ARC_ECS ARC_ECS
a type that keeps permanice of data for when loading and unloading config files
creates and outlines a dynamic array type and its functions