// **************************************************************************
// **************************************************************************
// **************************************************************************
// **                                                                      **
// ** SCREENA.H                                                     MODULE **
// **                                                                      **
// ** Functions for the shell's state machine.                             **
// **                                                                      **
// ** Last modified : 11 Feb 1998 by John Brandwood                        **
// **                                                                      **
// **************************************************************************
// **************************************************************************
// **************************************************************************

#ifndef __SCREENA_h
#define __SCREENA_h

#ifndef __LFPTYPES_h
 #include "lfptypes.h"
#endif

//
// GLOBAL DATA STRUCTURES AND DEFINITIONS
//

//
// GLOBAL VARIABLES
//

//
// GLOBAL FUNCTION PROTOTYPES
//

extern	int                 InitScreenA             (int);
extern	int                 ExitScreenA             (int);

extern	int                 InitScreenF             (int);
extern	int                 ExitScreenF             (int);

extern	int                 InitScreenI             (int);
extern	int                 ExitScreenI             (int);

extern	int                 InitScreenJ             (int);
extern	int                 ExitScreenJ             (int);

extern	int                 InitScreenP             (int);
extern	int                 ExitScreenP             (int);

extern	int                 InitScreenPauseMenu		(int);
extern	int                 ExitScreenPauseMenu		(int);


extern	int                 ProcScreenMenu          (int);
extern	Gfx *               DrawScreenMenu          (int, Gfx *);

//
// End Of __SCREENA_h
//

#endif



// **************************************************************************
// **************************************************************************
// **************************************************************************
//	END OF SCREENA.H
// **************************************************************************
// **************************************************************************
// **************************************************************************

