/*********************************************************/ /* This source code copyright (c) 1991-2001, Aaron Giles */ /* See the Read Me file for licensing information. */ /* Contact email: mac@aarongiles.com */ /*********************************************************/ #ifndef __APPLEMENU__ #define __APPLEMENU__ void HandleAppleChoice(short theItem); void OpenAbout(void); void OpenAboutHelp(void); void HandleAboutHelpEvent(short theItem); WindowPtr GetAboutHelpWindow(void); #endif