Building.c
//-----------------------------------------------------------------------------
class FountainType : BuildingSuperType
{
};
//-----------------------------------------------------------------------------
class Fountain : BuildingSuper
{
};
//-----------------------------------------------------------------------------
class ChurchType : BuildingSuperType
{
};
//-----------------------------------------------------------------------------
class Church : BuildingSuper
{
};