summaryrefslogtreecommitdiffstats
path: root/phantasia/phantglobs.c
diff options
context:
space:
mode:
Diffstat (limited to 'phantasia/phantglobs.c')
-rw-r--r--phantasia/phantglobs.c10
1 files changed, 8 insertions, 2 deletions
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 <setjmp.h>
+#include <stdio.h>
+
+#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 */