]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - warp/score.h
1 /* Header: score.h,v 7.0 86/10/08 15:13:21 lwall Exp */
4 * Revision 7.0 86/10/08 15:13:21 lwall
5 * Split into separate files. Added amoebas and pirates.
9 #define ENTBOUNDARY 100000 /* point boundary across which a new E is
12 #define BASEBOUNDARY 250000 /* point boundary across which a new B is
22 EXT
long lastscore
INIT(0);
24 EXT
long possiblescore
;
29 EXT
char savefilename
[40];
33 #define COMPNAME longlognam
37 #define COMPNAME longlognam
40 EXT
char longlognam
[128];
44 void score_init(void);
46 void display_status(void);