diff options
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 5 |
1 files changed, 4 insertions, 1 deletions
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); |