summaryrefslogtreecommitdiffstats
path: root/warp/play.h
blob: 9971585bb39601b21ef9bb492cf4e51b5798b51a (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();
void play_init();