/**************************************************************/
/**  C++ code Copyright (C) Nick V. King <nking@eworld.com>  **/
/**************************************************************/

void	HiliteMenuItem(short, short, Boolean);
void	TimeDelay(long, Boolean);
void	ConcatenateStrings(Str255, Str255);
void	PlaySoundEffect(short);
short	GetFileType(FSSpec*);
OSType	GetFileOSType(short fileType);
short	GuessFileType(FSSpec*);
void	IndexedStringError(short, short);
void	IndexedVariableError(short, short);
void	IndexedFileError(Str255, short, OSErr);
void	SetPrintResolution(THPrint, short);
int 	PrintCopies(THPrint);
void	SetWindowTitle(WindowPtr, Str255, Str255, Boolean);

/***********/
/**  End  **/
/***********/