-/* $NetBSD: phantstruct.h,v 1.2 1995/03/24 04:00:11 cgd Exp $ */
+/* $NetBSD: phantstruct.h,v 1.5 2005/02/15 12:58:21 jsm Exp $ */
+
+#define bool char
+/* phbool is used when we need this version of bool after <curses.h>. */
+#define phbool char
/*
* phantstruct.h - structure definitions for Phantasia
struct menuitem /* menu item for purchase */
{
- char *item; /* menu item name */
+ const char *item; /* menu item name */
double cost; /* cost of item */
};