4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / games / ching / ching.h
CommitLineData
80be0c2a 1/*
26a9d29f
KB
2 * Copyright (c) 1988, 1993
3 * The Regents of the University of California. All rights reserved.
80be0c2a
KB
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Guy Harris.
7 *
a6547b1d 8 * %sccs.include.redist.c%
80be0c2a 9 *
26a9d29f 10 * @(#)ching.h 8.1 (Berkeley) %G%
80be0c2a
KB
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) */