/***********************************************************************
 * 
 *  G F O ! 
 *  by Chee Chew
 *      and 
 *     Ken Duda 
 *
 *  (c) 1990
 *
 *  This software is free for distribution.  This notice, however, may 
 *  not be altered.
 *  
 *  Enjoy! (and punt... )
 *
 ***********************************************************************/

void str2obj (char *str,char *filled_str, Object *obj) ;
void RotateCClock(Object *obj) ;
void RotateForward(Object *obj) ;
void try_Rotate(Well *w, Block *b, void (*funct)(Object *o)) ;
void RotateRight(Object *obj) ;
