summaryrefslogtreecommitdiffstats
path: root/gomoku/gomoku.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2010-03-29 04:28:47 +0000
committerdholland <dholland@NetBSD.org>2010-03-29 04:28:47 +0000
commit02c60ff9fc0555ec4b69409ff2d0be522ff67ee7 (patch)
tree66838623601d23c83c88f6e9d590b7ee3c140647 /gomoku/gomoku.h
parent95443b610fe08b78b4ab9ede0bf0a8d3021c84de (diff)
downloadbsdgames-darwin-02c60ff9fc0555ec4b69409ff2d0be522ff67ee7.tar.gz
bsdgames-darwin-02c60ff9fc0555ec4b69409ff2d0be522ff67ee7.tar.zst
bsdgames-darwin-02c60ff9fc0555ec4b69409ff2d0be522ff67ee7.zip
Some improvements to the new UI.
Diffstat (limited to 'gomoku/gomoku.h')
-rw-r--r--gomoku/gomoku.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gomoku/gomoku.h b/gomoku/gomoku.h
index bf97b1cf..deca3ac5 100644
--- a/gomoku/gomoku.h
+++ b/gomoku/gomoku.h
@@ -1,4 +1,4 @@
-/* $NetBSD: gomoku.h,v 1.18 2010/03/29 03:51:55 dholland Exp $ */
+/* $NetBSD: gomoku.h,v 1.19 2010/03/29 04:28:47 dholland Exp $ */
/*
* Copyright (c) 1994
@@ -269,6 +269,7 @@ extern int debug;
void bdinit(struct spotstr *);
int get_coord(void);
+int get_key(const char *allowedkeys);
int get_line(char *, int);
void ask(const char *);
void dislog(const char *);