16774Srrh /* 2*60748Sbostic * Copyright (c) 1980, 1993 3*60748Sbostic * The Regents of the University of California. All rights reserved. 421225Sdist * 542567Sbostic * %sccs.include.redist.c% 633487Sbostic * 7*60748Sbostic * @(#)tutor.h 8.1 (Berkeley) 05/31/93 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