home *** CD-ROM | disk | FTP | other *** search
- /*
- ** appkiller.h
- **
- ** contains definitions/declarations of junk
- */
-
- #define MENU_BAR 128
- #define APPLE_MENU 128
- #define ABOUT_ITEM 1
-
- #define FILE_MENU 129
- #define POST_ITEM 1
- #define LAUNCH_ITEM 2
- #define QUIT_ITEM 4
-
- #define AboutDlogID 128
- #define AboutOKButt 1
- #define AlertID 129 /* my standard alert box */
-
- void Cleanup(void);
-
-