4.1cBSD/usr/src/games/backgammon/tutor.h

Compare this file to the similar file:
Show the results in this format:

/*
 *	tutor.h	4.1	82/05/11
 */

struct situatn  {
	int	brd[26];
	int	roll1;
	int	roll2;
	int	mp[4];
	int	mg[4];
	int	new1;
	int	new2;
	char	*(*com[8]);
};