diff options
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 63c146a2..42940cd5 100644 --- a/include/proto.h +++ b/include/proto.h @@ -269,6 +269,7 @@ int ticket(int bid); /* gomo */ int gomoku(int fd); +int getstyle(int x, int y, int color, int limit); /* guess */ int guess_main(); |