home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
os2sdk
/
os2sdk11
/
petzold
/
chap13
/
life.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1989-02-20
|
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