-/* $NetBSD: io.c,v 1.7 2004/04/07 17:46:47 ross Exp $ */
+/* $NetBSD: io.c,v 1.9 2005/02/15 12:58:21 jsm Exp $ */
/*
* io.c - input/output routines for Phantasia
*/
#include "include.h"
+#undef bool
#include <curses.h>
void
int
getanswer(choices, def)
const char *choices;
- bool def;
+ phbool def;
{
int ch; /* input */
volatile int loop; /* counter */