DIFF

BuildingType.c

class BuildingBaseType : BuildingType
{

};

class HouseType : BuildingBaseType
{

};

typedef HouseType BuildingSuperType;