home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
x
/
volume4
/
xrobots
/
part01
/
score.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-06-04
|
225 b
|
16 lines
/*
* score.h -- xrobots v1.0
*/
#ifndef SCORE_FILE
# define SCORE_FILE "/usr/games/lib/xrobots_scores"
#endif
#ifndef MAXSCORES
# define MAXSCORES 20
#endif
extern void check_score(),
create_high_score_popup();