home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1992 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1992.iso
/
usenet
/
altsrcs
/
3
/
3406
/
cmap.h
next >
Wrap
Text File
|
1991-05-23
|
320b
|
19 lines
#define CMAP_TOGGLE 0
#define CMAP_OPEN 1
#define CMAP_CLOSE 2
/* commands HandleCEvent may return to main(): */
#define DO_REDRAW 1
#define DO_PREVIOUS 2
#define DO_RESTART 3
#define DO_QUIT 4
void ToggleCWin();
int HandleCEvent();
void AllocColors();
void FreeColors();
void SetNColors();
unsigned long ToPixel();