]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - warp/us.h
1 /* Header: us.h,v 7.0.1.1 86/10/16 10:53:58 lwall Exp */
4 * Revision 7.0.1.1 86/10/16 10:53:58 lwall
5 * Added Damage. Fixed random bugs.
7 * Revision 7.0 86/10/08 15:14:27 lwall
8 * Split into separate files. Added amoebas and pirates.
35 EXT
int lastdam
INIT(-1);
36 EXT
int damage
INIT(0);
37 EXT
int olddamage
INIT(-1);
40 const char *dammess
[MAXDAMAGE
] = {
51 char damflag
[MAXDAMAGE
] = {0,0,0,0,0,0,0,0,0};
53 extern char *dammess
[];
54 extern char damflag
[];
58 void do_direction(int, int);
59 void ctrl_direction(int, int);
60 void shift_direction(int, int);
61 void get_commands(bool *);