date and time created 88/06/01 18:32:07 by bostic
[unix-history] / usr / src / games / backgammon / teachgammon / tutor.h
CommitLineData
127fed07 1/*
e0bbfbf9 2 * Copyright (c) 1980 Regents of the University of California.
69fb7db6 3 * All rights reserved.
e0bbfbf9 4 *
69fb7db6
KB
5 * Redistribution and use in source and binary forms are permitted
6 * provided that this notice is preserved and that due credit is given
7 * to the University of California at Berkeley. The name of the University
8 * may not be used to endorse or promote products derived from this
9 * software without specific prior written permission. This software
10 * is provided ``as is'' without express or implied warranty.
11 *
12 * @(#)tutor.h 5.2 (Berkeley) %G%
127fed07
RH
13 */
14
15struct situatn {
16 int brd[26];
17 int roll1;
18 int roll2;
19 int mp[4];
20 int mg[4];
21 int new1;
22 int new2;
23 char *(*com[8]);
24};