1: /* 2: * Copyright (c) 1980 Regents of the University of California. 3: * All rights reserved. The Berkeley software License Agreement 4: * specifies the terms and conditions for redistribution. 5: * 6: * @(#)tutor.h 5.1 (Berkeley) 5/29/85 7: */ 8: 9: struct situatn { 10: int brd[26]; 11: int roll1; 12: int roll2; 13: int mp[4]; 14: int mg[4]; 15: int new1; 16: int new2; 17: char *(*com[8]); 18: };