From 0cf3d63b421b88cc05b4ac55af656f84128713f4 Mon Sep 17 00:00:00 2001 From: ross Date: Wed, 7 Apr 2004 17:46:47 +0000 Subject: Rework to use curses.h only on the target, not on the host. --- phantasia/fight.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phantasia/fight.c') diff --git a/phantasia/fight.c b/phantasia/fight.c index a44b4d10..fbd45546 100644 --- a/phantasia/fight.c +++ b/phantasia/fight.c @@ -1,10 +1,11 @@ -/* $NetBSD: fight.c,v 1.8 2004/02/08 00:32:07 jsm Exp $ */ +/* $NetBSD: fight.c,v 1.9 2004/04/07 17:46:47 ross Exp $ */ /* * fight.c Phantasia monster fighting routines */ #include "include.h" +#include void encounter(particular) -- cgit v1.2.3