16774Srrh /* 221225Sdist * Copyright (c) 1980 Regents of the University of California. 333487Sbostic * All rights reserved. 421225Sdist * 5*42567Sbostic * %sccs.include.redist.c% 633487Sbostic * 7*42567Sbostic * @(#)tutor.h 5.4 (Berkeley) 06/01/90 86774Srrh */ 96774Srrh 106774Srrh struct situatn { 116774Srrh int brd[26]; 126774Srrh int roll1; 136774Srrh int roll2; 146774Srrh int mp[4]; 156774Srrh int mg[4]; 166774Srrh int new1; 176774Srrh int new2; 186774Srrh char *(*com[8]); 196774Srrh }; 20