date and time created 82/05/11 14:54:56 by rrh
[unix-history] / usr / src / games / backgammon / teachgammon / tutor.h
/*
* tutor.h 1.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]);
};