From 98f0f5e0a45c6771ce43d69a13aa9b9ecce3faf9 Mon Sep 17 00:00:00 2001 From: scw Date: Mon, 15 Aug 2005 06:26:17 +0000 Subject: Gomoku convertion to chess.c framework * versus, watching and personal playing * undo function removed due to the restriction of the framework currently chess.c framework update * resign confirm * invited peer can be watched !!!NOTE!!! Gomoku protocal not backward compatible RESTART WHOLE system to ensure correctness git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3036 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index c20be401..a39a65c7 100644 --- a/include/proto.h +++ b/include/proto.h @@ -293,7 +293,10 @@ int gochess(int fd); int GoBot(void); /* gomo */ -int gomoku(int fd); +void gomoku(int s, ChessGameMode mode); +int gomoku_main(void); +int gomoku_personal(void); +int gomoku_watch(void); /* guess */ int guess_main(void); -- cgit v1.2.3