summaryrefslogtreecommitdiffstats
path: root/rogue
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2001-02-05 01:04:25 +0000
committerchristos <christos@NetBSD.org>2001-02-05 01:04:25 +0000
commitbdc6432b5e39e39a82ad541b56e512e5449844e2 (patch)
tree186f68cbd60bc3cfb9913faf27fe7d563281254f /rogue
parent12f171da4a7bb7b1770c3c6f9bdd539a0fd2cd0b (diff)
downloadbsdgames-darwin-bdc6432b5e39e39a82ad541b56e512e5449844e2.tar.gz
bsdgames-darwin-bdc6432b5e39e39a82ad541b56e512e5449844e2.tar.zst
bsdgames-darwin-bdc6432b5e39e39a82ad541b56e512e5449844e2.zip
remove duplicate decls
Diffstat (limited to 'rogue')
-rw-r--r--rogue/rogue.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/rogue/rogue.h b/rogue/rogue.h
index d301f05f..ec67cc76 100644
--- a/rogue/rogue.h
+++ b/rogue/rogue.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rogue.h,v 1.11 1999/09/13 17:14:08 jsm Exp $ */
+/* $NetBSD: rogue.h,v 1.12 2001/02/05 01:04:25 christos Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -602,7 +602,6 @@ void md_sleep __P((int));
void md_slurp __P((void));
void message __P((const char *, boolean));
void mix_colors __P((void));
-void mix_colors __P((void));
void mix_random_rooms __P((void));
int mon_can_go __P((const object *, int, int));
int mon_damage __P((object *, short));
@@ -635,7 +634,6 @@ void place_at __P((object *, int, int));
void plant_gold __P((int, int, boolean));
void play_level __P((void));
void player_init __P((void));
-void player_init __P((void));
void potion_heal __P((int));
int pr_com_id __P((int));
int pr_motion_char __P((int));
@@ -698,12 +696,10 @@ void sound_bell __P((void));
void special_hit __P((object *));
void srrandom __P((int));
void start_window __P((void));
-void start_window __P((void));
void steal_gold __P((object *));
void steal_item __P((object *));
void sting __P((object *));
void stop_window __P((void));
-void stop_window __P((void));
void take_a_nap __P((void));
void take_from_pack __P((object *, object *));
void take_off __P((void));