#ifndef PPMC_SETUP_H
#define PPMC_SETUP_H

/*							----------------------
									setup.h

							 © 1992,1993 REELSOFT
							----------------------
*/

struct	ReqToolsBase	*ReqToolsBase	= NULL ;
struct	PPBase			*PPBase			= NULL ;
struct	LocaleBase		*LocaleBase		= NULL ;
struct	IntuitionBase	*IntuitionBase	= NULL ;
struct	GfxBase			*GfxBase		= NULL ;
struct	Library			*AslBase		= NULL,
						*GadToolsBase	= NULL,
						*UtilityBase	= NULL,
						*WorkbenchBase	= NULL ;
struct	AppWindow		*AppWin			= NULL ;
struct	MsgPort			*MsgPort		= NULL ;
struct	TextFont		Font ;
struct	Shortcut		Key ;

struct	Process			*mcProc ;
APTR					mcWPtr ;

extern	struct	RDArgs	*RArgs ;
extern	ULONG			rtTags[] ;
extern	ULONG			aslfrTags[] ;
extern	UBYTE			mcPwd[] ;

extern	Class __stdargs *initGet (VOID) ;

#endif	//	PPMC_SETUP_H