Rename BUILDINGS to BuildingType, add owner component to entities

This commit is contained in:
2023-11-10 06:47:50 +01:00
parent c8c857bdb9
commit fb7c0831da
6 changed files with 46 additions and 10 deletions

View File

@@ -13,4 +13,8 @@ typedef struct TileSize {
BzTile h;
} TileSize;
typedef struct Owner {
BuildingType playerID;
} Owner;
#endif //PIXELDEFENSE_COMPONENTS_H