home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super Games
/
visualcdgame.iso
/
wingames
/
cbrk
/
cbreak.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-11-21
|
223 b
|
14 lines
/*
Header file for Code Break Game
*/
#define ROWMAX 10
#define COLMAX 5
#define IDM_GUESS 99
#define IDM_NEW 100
#define IDM_EXIT 101
#define IDM_HELP 102
#define IDM_ABOUT 103