147860Sbostic/*- 2*60818Sbostic * Copyright (c) 1980, 1993 3*60818Sbostic * The Regents of the University of California. All rights reserved. 433211Sbostic * 547860Sbostic * %sccs.include.redist.c% 633211Sbostic * 7*60818Sbostic * @(#)monop.ext 5.4 (Berkeley) 05/31/93 833211Sbostic */ 933211Sbostic 1033211Sbostic# include "monop.h" 1133211Sbostic# include "deck.h" 1233211Sbostic 1333211Sbosticextern bool trading, spec, fixing, told_em; 1433211Sbostic 1533211Sbosticextern char *yn[], *comlist[], *name_list[], *lucky_mes[]; 1633211Sbostic 1733211Sbosticextern int num_play, player, num_doub, num_luck, (*func[])(); 1833211Sbostic 1933211Sbosticextern DECK deck[2]; 2033211Sbostic 2133211Sbosticextern MON mon[]; 2233211Sbostic 2333211Sbosticextern PLAY *play, *cur_p; 2433211Sbostic 2533211Sbosticextern PROP prop[]; 2633211Sbostic 2733211Sbosticextern RR_S rr[]; 2833211Sbostic 2933211Sbosticextern SQUARE board[]; 3033211Sbostic 3133211Sbosticextern UTIL_S util[]; 32