]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - monop/deck.h
NetBSD rcsid.
[bsdgames-darwin.git] / monop / deck.h
index 618fc2a7982b6dc18a1133627048e9ae36731d52..a5d5159a5e9136eeea96305de1276c76cd787764 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: deck.h,v 1.4 1999/08/21 09:23:44 simonb Exp $  */
+/*     $NetBSD: deck.h,v 1.6 2003/08/07 09:37:27 agc Exp $     */
 
 /*
  * Copyright (c) 1980, 1993
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
 
 #include <sys/types.h>
 
-# define       bool    char
+#define        bool    char
 
-# define       CC_D    deck[0]
-# define       CH_D    deck[1]
+#define        CC_D    deck[0]
+#define        CH_D    deck[1]
 
 struct dk_st {                 /* deck description structure           */
        int     num_cards;              /* number of cards in deck      */