X-Git-Url: https://git.cameronkatri.com/bsdgames-darwin.git/blobdiff_plain/04f4d7044367099914cf1906ae27ac20c24e44cf..4cb1100e13371f1523900523aba506ae1c62e44c:/phantasia/phantglobs.c diff --git a/phantasia/phantglobs.c b/phantasia/phantglobs.c index 58769881..d20b3441 100644 --- a/phantasia/phantglobs.c +++ b/phantasia/phantglobs.c @@ -1,10 +1,16 @@ -/* $NetBSD: phantglobs.c,v 1.5 1999/09/08 21:17:54 jsm Exp $ */ +/* $NetBSD: phantglobs.c,v 1.6 2009/08/31 08:27:16 dholland Exp $ */ /* * phantglobs.c - globals for Phantasia */ -#include "include.h" +#include +#include + +#include "phantdefs.h" +#include "phantstruct.h" +#include "phantglobs.h" + double Circle; /* which circle player is in */ double Shield; /* force field thrown up in monster battle */