Files
Arquivotheca.SunOS-4.1.4/games/backgammon/tutor.h
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

13 lines
182 B
C

/* @(#)tutor.h 1.1 94/10/31 SMI; from UCB 4.1 82/05/11 */
struct situatn {
int brd[26];
int roll1;
int roll2;
int mp[4];
int mg[4];
int new1;
int new2;
char *(*com[8]);
};