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