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

  1. // PROG6_3.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_SMENU_FILE_EXIT  1000
  6. #define ID_SMENU_PLAY_LASER 2000
  7. #define ID_SMENU_PLAY_EXPL  2001
  8. #define ID_SMENU_PLAY_GROWL 2002
  9. #define ID_SMENU_PLAY_DOOR  2003
  10.