home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / Source / GPCHAP06 / MYSMENU.H < prev    next >
Encoding:
C/C++ Source or Header  |  2002-04-25  |  296 b   |  9 lines

  1. // MYMENU.H - header with menu id's
  2. // Notice the clean naming I used for the id's you
  3. // can very quickly figure out the menu, sub menu, and item
  4.  
  5. #define ID_MYMENU_FILE_OPEN   1000
  6. #define ID_MYMENU_FILE_CLOSE  1001
  7. #define ID_MYMENU_FILE_EXIT   1002
  8. #define ID_MYMENU_HELP_ABOUT  2000
  9.