BSD 4_1_snap development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 11 Sep 1980 10:12:55 +0000 (02:12 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 11 Sep 1980 10:12:55 +0000 (02:12 -0800)
Work on file usr/src/games/monop/monop.ext

Synthesized-from: CSRG/cd1/4.1.snap

usr/src/games/monop/monop.ext [new file with mode: 0644]

diff --git a/usr/src/games/monop/monop.ext b/usr/src/games/monop/monop.ext
new file mode 100644 (file)
index 0000000..e487dda
--- /dev/null
@@ -0,0 +1,22 @@
+# include      "monop.h"
+# include      "deck.h"
+
+extern bool    trading, spec, fixing, told_em;
+
+extern char    *yn[], *comlist[], *name_list[], *lucky_mes[];
+
+extern int     num_play, player, num_doub, num_luck, (*func[])();
+
+extern DECK    deck[2];
+
+extern MON     mon[];
+
+extern PLAY    *play, *cur_p;
+
+extern PROP    prop[];
+
+extern RR_S    rr[];
+
+extern SQUARE  board[];
+
+extern UTIL_S  util[];