/*$Author:   DCODY  $*/
/*$Date:   23 Jun 1992 16:10:34  $*/
/*$Header:   W:/sccs/pcmapps/playfile.h_v   1.1   23 Jun 1992 16:10:34   DCODY  $*/
/*$Log:   W:/sccs/pcmapps/playfile.h_v  $
 * 
 *    Rev 1.1   23 Jun 1992 16:10:34   DCODY
 * pas2 update...
 * 
 *    Rev 1.0   15 Jun 1992 09:26:42   BCRANE
 * Initial revision.
*/
/*$Logfile:   W:/sccs/pcmapps/playfile.h_v  $*/
/*$Modtimes$*/
/*$Revision:   1.1  $*/
/*$Workfile:   playfile.h  $*/


    /*\
    |*|----=====< PLAYFILE.H >====----
    |*|
    |*|  This module holds all the routine prototypes for PLAYFILE.EXE
    |*|
    \*/


    /*\
    |*|----====< PLAYFILE.C >====----
    \*/

	int  CommandLine       ( int, char *[]);
	int  DoExit	       ( int );
	int  PreProcessFile    ( char * );
	int  SetupPlayRate     ( );


