home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Breakthrough: Entertainment & Education
/
SharewearBreakthroughEnt_Ed.cdr
/
games
/
worm
/
worm.h
< prev
next >
Wrap
Text File
|
1989-12-30
|
471b
|
19 lines
#define ID_ABOUT 100
#define WORM_APPNAME "Worm"
#define WORM_TITLE "Worm"
#define MAXSEG 6
#define INCREMENT 0.1745
#define STEPSIZE 4
#define BIGESTSCREEN 5000
#define SIZE 4
int rand(void);
int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
BOOL WormInit(HANDLE);
long FAR PASCAL WormWndProc(HWND, unsigned, WORD, LONG);
BOOL FAR PASCAL About(HWND, unsigned, WORD, LONG);
void WormUpdate(HWND);
BOOL GetScreenSize();