1 /*
2  * Copyright (c) 1980 Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)tutor.h	5.4 (Berkeley) 06/01/90
8  */
9 
10 struct situatn  {
11 	int	brd[26];
12 	int	roll1;
13 	int	roll2;
14 	int	mp[4];
15 	int	mg[4];
16 	int	new1;
17 	int	new2;
18 	char	*(*com[8]);
19 };
20