Implement farming
This commit is contained in:
@@ -208,11 +208,10 @@ typedef struct Building {
|
||||
Vec2i pos;
|
||||
Vec2i size;
|
||||
} Building;
|
||||
extern ECS_COMPONENT_DECLARE(Building);
|
||||
extern ECS_TAG_DECLARE(Storage);
|
||||
extern ECS_COMPONENT_DECLARE(Building);
|
||||
extern ECS_TAG_DECLARE(Harvestable);
|
||||
extern ECS_TAG_DECLARE(Buildable);
|
||||
extern ECS_TAG_DECLARE(Workable);
|
||||
extern ECS_TAG_DECLARE(Attackable);
|
||||
|
||||
void initComponentIDs(ecs_world_t *ecs);
|
||||
|
||||
Reference in New Issue
Block a user