Headers/myevents.h

//
// Events.h
//
#include <AppleEvents.h>
 
extern void HandleEvents(void);
 
 
extern  pascal OSErr MyAE_QuitApplication(AppleEvent *theAppleEvent, AppleEvent *reply,
                            SInt32 handlerRefcon);