Download Tutorial C Files H Files

dg_entity_t

entity

H File

typedef struct dg_entity
{
    char *name;
    dg_array_t *components;
} dg_entity_t;