summaryrefslogtreecommitdiffstats
path: root/larn/extern.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-02-19 06:05:26 +0000
committerdholland <dholland@NetBSD.org>2008-02-19 06:05:26 +0000
commitc3de34fcf8f28f8b1d0090907c4eb2116be93d2e (patch)
tree3e6bd42fed76dea2dcfeea18d7a3fe05be8f5be5 /larn/extern.h
parente56d75c2f9cc30dd639b9070119f0159aec6e97e (diff)
downloadbsdgames-darwin-c3de34fcf8f28f8b1d0090907c4eb2116be93d2e.tar.gz
bsdgames-darwin-c3de34fcf8f28f8b1d0090907c4eb2116be93d2e.tar.zst
bsdgames-darwin-c3de34fcf8f28f8b1d0090907c4eb2116be93d2e.zip
Split some code from moreobj.c into action.c, as per larn 12.2.
Diffstat (limited to 'larn/extern.h')
-rw-r--r--larn/extern.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/larn/extern.h b/larn/extern.h
index 97b697bc..5f527eb3 100644
--- a/larn/extern.h
+++ b/larn/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.11 2008/02/04 01:07:01 dholland Exp $ */
+/* $NetBSD: extern.h,v 1.12 2008/02/19 06:05:26 dholland Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -29,6 +29,17 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/* action.c */
+void act_remove_gems(int);
+void act_sit_throne(int);
+void act_drink_fountain(void);
+void act_wash_fountain(void);
+void act_desecrate_altar(void);
+void act_donation_pray(void);
+void act_just_pray(void);
+void act_ignore_altar(void);
+void act_open_chest(int, int);
+
/* bill.c */
void mailbill(void);