summaryrefslogtreecommitdiffstats
path: root/include/modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes.h')
-rw-r--r--include/modes.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/modes.h b/include/modes.h
index 3606cb1a..a70e7047 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -1,4 +1,4 @@
-/* $Id: modes.h,v 1.3 2003/05/26 05:23:13 in2 Exp $ */
+/* $Id$ */
#ifndef INCLUDE_MODES_H
#define INCLUDE_MODES_H
@@ -97,6 +97,11 @@
#define REEDIT 79
#define BLOGGING 80
+/* 象棋 */
+#define CHC_VERSUS 0 /* 雙人 */
+#define CHC_WATCH 1 /* 觀棋 */
+#define CHC_PERSONAL 2 /* 打譜 */
+
/* menu.c 中的模式 */
#define QUIT 0x666 /* Return value to abort recursive functions */
#define XEASY 0x333 /* Return value to un-redraw screen */