summaryrefslogtreecommitdiffstats
path: root/robots/robots.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2002-01-31 17:35:52 +0000
committerchristos <christos@NetBSD.org>2002-01-31 17:35:52 +0000
commit026158ce21511a76693e38921c011f2f2fa66002 (patch)
tree0638bd14d8d715f211ff76076c7bec33f8dbd9ce /robots/robots.h
parentf04999017eaf3d433b717aba1d49698eb50f2660 (diff)
downloadbsdgames-darwin-026158ce21511a76693e38921c011f2f2fa66002.tar.gz
bsdgames-darwin-026158ce21511a76693e38921c011f2f2fa66002.tar.zst
bsdgames-darwin-026158ce21511a76693e38921c011f2f2fa66002.zip
Be more verbose about teleports, and fix a minor problem in autobot mode.
Diffstat (limited to 'robots/robots.h')
-rw-r--r--robots/robots.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/robots/robots.h b/robots/robots.h
index 23a761ba..edd37a92 100644
--- a/robots/robots.h
+++ b/robots/robots.h
@@ -1,4 +1,4 @@
-/* $NetBSD: robots.h,v 1.14 1999/09/30 18:01:33 jsm Exp $ */
+/* $NetBSD: robots.h,v 1.15 2002/01/31 17:35:52 christos Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -125,6 +125,7 @@ extern jmp_buf End_move;
void add_score __P((int));
bool another __P((void));
+char automove __P((void));
int cmp_sc __P((const void *, const void *));
bool do_move __P((int, int));
bool eaten __P((const COORD *));
@@ -145,4 +146,4 @@ void score __P((int));
void set_name __P((SCORE *));
void show_score __P((void));
int sign __P((int));
-char automove __P((void));
+void telmsg __P((int));