diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-07-04 15:55:01 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-07-04 15:55:01 +0800 |
commit | 45cf571a04e8a8781c1664cc6e993f4a09118e07 (patch) | |
tree | c34dbcc5b2aa76b0c8630f6a88c48cdeec9df454 /include/proto.h | |
parent | e4562242b17b1d5d0dbf779a87e486528295c600 (diff) | |
download | pttbbs-45cf571a04e8a8781c1664cc6e993f4a09118e07.tar.gz pttbbs-45cf571a04e8a8781c1664cc6e993f4a09118e07.tar.zst pttbbs-45cf571a04e8a8781c1664cc6e993f4a09118e07.zip |
GO game merged from FPG.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2113 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index b0307d54..53d606b0 100644 --- a/include/proto.h +++ b/include/proto.h @@ -254,6 +254,10 @@ int ticket_main(void); int openticket(int bid); int ticket(int bid); +/* go */ +int gochess(int fd); +int GoBot(void); + /* gomo */ int gomoku(int fd); |