summaryrefslogtreecommitdiffstats
path: root/warp/play.h
blob: 27a7b0ba776fc6bd4f2187a3765f6dbbe61b1d1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Header: play.h,v 7.0 86/10/08 15:13:12 lwall Exp */

/* Log:	play.h,v
 * Revision 7.0  86/10/08  15:13:12  lwall
 * Split into separate files.  Added amoebas and pirates.
 *
 */

EXT int finish INIT(0);
EXT int timer;

void play_init(void);
void play(void);