]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - phantasia/phantglobs.c
WARNS=5
[bsdgames-darwin.git] / phantasia / phantglobs.c
index 58769881d0255ba6da5b8120a21cf72bc9b4c9bb..d20b34414ee5338da3bd7329c5ee330241f69916 100644 (file)
@@ -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      */