Sources/MSMain.h

// MSMain.h
//
// Original version by Jon Lansdell and Nigel Humphreys.
// 4.0 and 3.1 updates by Greg Sutton.
// Human Interface changes and GX Printing by Don Swatman
// ©Apple Computer Inc 1996, all rights reserved.
 
#pragma once
 
#include <Types.h>
#include <StandardFile.h>
 
void            MaintainMenus ( Boolean *pRedrawMenuBar );
void            MaintainEditItems ( TEHandle           theTE,     
                                    short              numTypes,
                                    ConstSFTypeListPtr typeList );
void            CheckMenus( void );
void            DoCommand( long mResult );
void            DoMenuItem( short theMenuID, short theItem );
 
OSErr           GXPrintingEventOverride( EventRecord *anEvent, Boolean filterEvent );