home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1,000 Games
/
1000GAME.iso
/
games
/
yalife
/
source
/
life.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-09-07
|
557b
|
23 lines
// (c) Jean MICHEL June 1993 -- any modifications must be signaled to the
// author
#define CM_U_FILESAVEAS 102
#define CM_COLOR_SET 103
#define CM_COLOR_RESET 104
#define CM_COLOR_UNSET 105
#define CM_CLEAR_GEN 108
#define CM_U_FILESAVEAREAAS 106
#define CM_ERASE 107
#define CM_HELP 201
#define CM_ZOOMOUT 202
#define CM_ZOOMIN 203
#define CM_STEP 204
#define CM_RUN 205
#define CM_SHAPE 206
#define CM_HELPHELP 207
#define CM_ABOUT 208
extern HDC DrawDC;
extern HPEN Pens[3];
extern HBRUSH Brushes[3];
extern COLORREF Colors[3];