home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / source / appkill.cpt / appkiller.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-15  |  339 b   |  22 lines

  1. /*
  2. ** appkiller.h
  3. **
  4. ** contains definitions/declarations of junk
  5. */
  6.  
  7. #define MENU_BAR    128
  8. #define APPLE_MENU    128
  9. #define ABOUT_ITEM    1
  10.  
  11. #define FILE_MENU    129
  12. #define POST_ITEM    1
  13. #define LAUNCH_ITEM    2
  14. #define QUIT_ITEM    4
  15.  
  16. #define AboutDlogID    128
  17. #define AboutOKButt    1
  18. #define AlertID        129        /* my standard alert box */
  19.  
  20. void Cleanup(void);
  21.  
  22.