// **************************************************************************
// **************************************************************************
// **************************************************************************
// **                                                                      **
// ** SCREENL.H                                                     MODULE **
// **                                                                      **
// ** Functions for the shell's state machine.                             **
// **                                                                      **
// ** Last modified : 11 Feb 1998 by John Brandwood                        **
// **                                                                      **
// **************************************************************************
// **************************************************************************
// **************************************************************************

#ifndef __SCREENL_h
#define __SCREENL_h

#ifndef __LFPTYPES_h
 #include "lfptypes.h"
#endif

//
// GLOBAL DATA STRUCTURES AND DEFINITIONS
//

//
// GLOBAL VARIABLES
//

//
// GLOBAL FUNCTION PROTOTYPES
//

extern	int                 InitScreenL             (int);
extern	int                 ExitScreenL             (int);
extern	int                 ProcScreenL             (int);
extern	Gfx *               DrawScreenL             (int, Gfx *);

//
// End Of __SCREENL_h
//

#endif



// **************************************************************************
// **************************************************************************
// **************************************************************************
//	END OF SCREENL.H
// **************************************************************************
// **************************************************************************
// **************************************************************************

