#ifndef PPMC_MACROS_H
#define PPMC_MACROS_H

/*
							----------------------
									macros.h
							 © 1992,1993 REELSOFT
							----------------------
*/

#define	NGLAB(g)	NGad[g].ng_GadgetText
#define	NMLAB(m)	NewMenu[m].nm_Label
#define	NMCKEY(m)	NewMenu[m].nm_CommKey
#define	NMFLAG(m)	NewMenu[m].nm_Flags

#define	SETGA		GT_SetGadgetAttrs

#define	LOC(n)		AppStrings[n].as_Str	//	Localization macro
#define	REQTITLE	rttags[0].ti_Data

#define	WANAME		*_WBenchMsg->sm_ArgList->wa_Name
#define	WRP			Wnd->RPort
#define	WBT			Wnd->BorderTop
#define	VI			VisualInfo
#define	OFFX		Scr->WBorLeft
#define	OFFY		Scr->WBorTop+Scr->RastPort.TxHeight+1

#define	FULL		TRUE
#define	EMPTY		FALSE

#define	TEMPLATE_NUM	10
#define	TEMPLATE		"FROM/A,TO/K,EFF=EFFICIENCY/K/N,BUF=BUFFER/K/N,DEC=DECRUNCHING/K/N,ENCRYPT/S,FORCE/S,QUIET/S,VER/S,HELP/S"

#endif	//	PPMC_MACROS_H