home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
prog_pm
/
chap13
/
life.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
|
1989-01-09
|
437 b
|
17 lines
/*--------------------
LIFE.H header file
--------------------*/
#define ID_RESOURCE 1
#define IDM_SIZE 10
#define IDM_LARGE 1 /* Values used in */
#define IDM_SMALL 2 /* in program logic */
#define IDM_TINY 4 /* for cell size */
#define IDM_CLEAR 20
#define IDM_START 21
#define IDM_STOP 22
#define IDM_STEP 23