X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/4fa17c6f9afc7c76d0350d5d9e5996391aa18137..4cb1100e13371f1523900523aba506ae1c62e44c:/phantasia/io.c diff --git a/phantasia/io.c b/phantasia/io.c index 239942ab..64f7e171 100644 --- a/phantasia/io.c +++ b/phantasia/io.c @@ -1,12 +1,26 @@ -/* $NetBSD: io.c,v 1.13 2009/08/12 08:21:41 dholland Exp $ */ +/* $NetBSD: io.c,v 1.14 2009/08/31 08:27:16 dholland Exp $ */ /* * io.c - input/output routines for Phantasia */ -#include "include.h" -#undef bool #include + +#include +#include +#include +#include +#include +#include +#include + +#include "macros.h" +#include "phantdefs.h" +#include "phantstruct.h" +#include "phantglobs.h" +//#include "pathnames.h" + +#undef bool #include static void catchalarm(int) __dead;