xref: /original-bsd/games/ching/ching.h (revision 2622b709)
1 /*
2  * Copyright (c) 1988 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * This code is derived from software contributed to Berkeley by
6  * Guy Harris.
7  *
8  * %sccs.include.redist.c%
9  *
10  *	@(#)ching.h	5.2 (Berkeley) 06/01/90
11  */
12 
13 #define OYIN	6		/* yin (broken) moving to yang (solid) */
14 #define YYANG	7		/* yang (solid) */
15 #define YYIN	8		/* yin (broken) */
16 #define OYANG	9		/* yang (solid) moving to yin (broken) */
17