This file includes a few lists of things I plan to do in the future
releases and will give some of you an idea of where development still
needs to be done, or where I plan on taking future releases of the
lib.  For those using the current release you will see where there are
some holes you may wish to plug.
----------------------------------------------------------------------
TODO
 - move get_living_contents() and get_nonliving_contents() from
   container.c to room.c
 - create simular get_living_contents() and get_nonliving_contents() for
   storage containers in the case they will be used.
 - create a bag.c inheritable
 - update death 
   - currently: death just removes the monster
   - currently: death moves user to setter
   - TODO: make corpses, death penalties, etc
 - train skills and stats while in use
 - train skills and stats in halls


