From 026158ce21511a76693e38921c011f2f2fa66002 Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 31 Jan 2002 17:35:52 +0000 Subject: Be more verbose about teleports, and fix a minor problem in autobot mode. --- robots/robots.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'robots/robots.h') 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)); -- cgit v1.2.3