Basic property editor
This commit is contained in:
@@ -205,4 +205,10 @@ extern ECS_TAG_DECLARE(Attackable);
|
||||
|
||||
void initComponentIDs(ecs_world_t *ecs);
|
||||
|
||||
void igTagCheckbox(const char *label, ecs_world_t *ecs,
|
||||
ecs_entity_t entity, ecs_entity_t tag);
|
||||
void igResource(const char *label, ecs_world_t *ecs,
|
||||
ecs_entity_t entity, ecs_entity_t comp);
|
||||
void igVec2(const char *label, ecs_world_t *ecs,
|
||||
ecs_entity_t entity, ecs_entity_t comp);
|
||||
#endif //PIXELDEFENSE_COMPONENTS_H
|
||||
|
||||
Reference in New Issue
Block a user