home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Game Programming for Dummies (2nd Edition)
/
WinGamProgFD.iso
/
pc
/
Source
/
GPCHAP06
/
MYSMENU.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-04-25
|
296 b
|
9 lines
// MYMENU.H - header with menu id's
// Notice the clean naming I used for the id's you
// can very quickly figure out the menu, sub menu, and item
#define ID_MYMENU_FILE_OPEN 1000
#define ID_MYMENU_FILE_CLOSE 1001
#define ID_MYMENU_FILE_EXIT 1002
#define ID_MYMENU_HELP_ABOUT 2000