Rename BUILDINGS to BuildingType, add owner component to entities
This commit is contained in:
@@ -13,4 +13,8 @@ typedef struct TileSize {
|
||||
BzTile h;
|
||||
} TileSize;
|
||||
|
||||
typedef struct Owner {
|
||||
BuildingType playerID;
|
||||
} Owner;
|
||||
|
||||
#endif //PIXELDEFENSE_COMPONENTS_H
|
||||
|
||||
Reference in New Issue
Block a user