diff options
| author | dholland <dholland@NetBSD.org> | 2009-08-12 08:21:41 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2009-08-12 08:21:41 +0000 |
| commit | 4fa17c6f9afc7c76d0350d5d9e5996391aa18137 (patch) | |
| tree | df25abab941a9c4156963af474b6ba2a96023025 /robots/robots.h | |
| parent | 8916e2056e90ba2c157dfd2b98fb48837d565646 (diff) | |
| download | bsdgames-darwin-4fa17c6f9afc7c76d0350d5d9e5996391aa18137.tar.gz bsdgames-darwin-4fa17c6f9afc7c76d0350d5d9e5996391aa18137.zip | |
sprinkle static
Diffstat (limited to 'robots/robots.h')
| -rw-r--r-- | robots/robots.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/robots/robots.h b/robots/robots.h index 1da54fd4..9c4f41f0 100644 --- a/robots/robots.h +++ b/robots/robots.h @@ -1,4 +1,4 @@ -/* $NetBSD: robots.h,v 1.21 2009/07/20 06:39:06 dholland Exp $ */ +/* $NetBSD: robots.h,v 1.22 2009/08/12 08:30:55 dholland Exp $ */ /* * Copyright (c) 1980, 1993 @@ -110,26 +110,19 @@ extern jmp_buf End_move; */ void add_score(int); -bool another(void); char automove(void); -int cmp_sc(const void *, const void *); -bool do_move(int, int); -bool eaten(const COORD *); void flush_in(void); void get_move(void); void init_field(void); bool jumping(void); void make_level(void); void move_robots(int); -bool must_telep(void); void play_level(void); int query(const char *); void quit(int) __dead; void reset_count(void); -int rnd(int); COORD *rnd_pos(void); void score(int); -void set_name(SCORE *); void show_score(void); int sign(int); void telmsg(int); |
