home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame Game Cube 5: Strategy / aztechhalloffamegamecubedisc5- / flip / flipitid.h < prev    next >
C/C++ Source or Header  |  1994-06-25  |  1KB  |  32 lines

  1. //REGEN_FILEHEADING
  2. //REGEN_FILEHEADING
  3.  
  4.      /********************************************************************
  5.       *                                                                  *
  6.       *   Source File: FlipitID.h                                        *
  7.       *   Description: Header file IDS for Flipit application            *
  8.       *   Date:        Sat Jun 25 15:12:28 1994                          *
  9.       *                                                                  *
  10.       ********************************************************************/
  11.  
  12. #ifndef __FLIPITID__H
  13. #define __FLIPITID__H
  14.  
  15. //REGEN_HEADER
  16. //REGEN_HEADER
  17.  
  18. // Defines for menu item IDs
  19. #define   IDM_NEW                             101
  20. #define   IDM_OPEN                            102
  21. #define   IDM_SAVEAS                          103
  22. #define   IDM_EXIT                            104
  23. #define   IDM_UNDO                            105
  24. #define   IDM_HINT                            106
  25. #define   IDM_CHEAT                           107
  26. #define   IDM_PREFERENCES                     108
  27. #define   IDM_CONTENTS                        109
  28. #define   IDM_ABOUT                           110
  29.  
  30.  
  31. #endif // __FLIPITID__H
  32.