This directory contains standard objects which can be inherited.
The basic objects are:
base.c          the base object
thing.c         base object for everything real
room.c          the basic room object
living.c        an object for anything that lives
ncp.c           the basic "monster" object (non player character)
player.c        object for every player
weapon.c        the basic weapon object
armour.c        the basic armour object
container.c     an object which can contain other objects
door.c          a door class, to make an object a door
lock.c          a lock class to equip an object with a lock
shop.c          the basic shop
store.c         the storeroom for the standard shop
unit.c          for objects which are countable
weather.c       server object class for nightday and weather
