/* Do not remove the headers from this file! see /USAGE for more info. */

class slot
{
   int howmany;
   string name;
   int max_size;
   int non_armor;
   object *stuff;
}
