1 /*
2  *	tutor.h	4.1	82/05/11
3  */
4 
5 struct situatn  {
6 	int	brd[26];
7 	int	roll1;
8 	int	roll2;
9 	int	mp[4];
10 	int	mg[4];
11 	int	new1;
12 	int	new2;
13 	char	*(*com[8]);
14 };
15