xref: /csrg-svn/games/ching/ching.h (revision 60773)
135938Sbostic /*
2*60773Sbostic  * Copyright (c) 1988, 1993
3*60773Sbostic  *	The Regents of the University of California.  All rights reserved.
435938Sbostic  *
535938Sbostic  * This code is derived from software contributed to Berkeley by
635938Sbostic  * Guy Harris.
735938Sbostic  *
842571Sbostic  * %sccs.include.redist.c%
935938Sbostic  *
10*60773Sbostic  *	@(#)ching.h	8.1 (Berkeley) 05/31/93
1135938Sbostic  */
1235938Sbostic 
1335938Sbostic #define OYIN	6		/* yin (broken) moving to yang (solid) */
1435938Sbostic #define YYANG	7		/* yang (solid) */
1535938Sbostic #define YYIN	8		/* yin (broken) */
1635938Sbostic #define OYANG	9		/* yang (solid) moving to yin (broken) */
17