From 39a1066cab493ece48c6e692513d1311b7e27c44 Mon Sep 17 00:00:00 2001 From: dholland Date: Wed, 12 Aug 2009 08:44:45 +0000 Subject: sprinkle static --- rogue/throw.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'rogue/throw.c') diff --git a/rogue/throw.c b/rogue/throw.c index e55e05ee..f8663dc9 100644 --- a/rogue/throw.c +++ b/rogue/throw.c @@ -1,4 +1,4 @@ -/* $NetBSD: throw.c,v 1.10 2008/01/14 03:50:03 dholland Exp $ */ +/* $NetBSD: throw.c,v 1.11 2009/08/12 08:44:45 dholland Exp $ */ /* * Copyright (c) 1988, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)throw.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: throw.c,v 1.10 2008/01/14 03:50:03 dholland Exp $"); +__RCSID("$NetBSD: throw.c,v 1.11 2009/08/12 08:44:45 dholland Exp $"); #endif #endif /* not lint */ @@ -55,6 +55,10 @@ __RCSID("$NetBSD: throw.c,v 1.10 2008/01/14 03:50:03 dholland Exp $"); #include "rogue.h" +static void flop_weapon(object *, short, short); +static object *get_thrown_at_monster(object *, short, short *, short *); +static boolean throw_at_monster(object *, object *); + void throw(void) { -- cgit v1.2.3