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:
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
|
323 b
|
10 lines
// PROG6_3.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_SMENU_FILE_EXIT 1000
#define ID_SMENU_PLAY_LASER 2000
#define ID_SMENU_PLAY_EXPL 2001
#define ID_SMENU_PLAY_GROWL 2002
#define ID_SMENU_PLAY_DOOR 2003