summaryrefslogtreecommitdiff
path: root/games/phantasia/include.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 08:53:40 +0000
commitd6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch)
treeece253b876159b39c620e62b6c9b1174642e070e /games/phantasia/include.h
initial import of NetBSD tree
Diffstat (limited to 'games/phantasia/include.h')
-rw-r--r--games/phantasia/include.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/phantasia/include.h b/games/phantasia/include.h
new file mode 100644
index 00000000000..db661e3802c
--- /dev/null
+++ b/games/phantasia/include.h
@@ -0,0 +1,20 @@
+/* $NetBSD: include.h,v 1.3 1995/04/24 12:24:31 cgd Exp $ */
+
+/*
+ * include.h - includes all important files for Phantasia
+ */
+
+#include <ctype.h>
+#include <curses.h>
+#include <math.h>
+#include <setjmp.h>
+#include <signal.h>
+#include <time.h>
+#include <errno.h>
+#include <string.h>
+
+#include "macros.h"
+#include "phantdefs.h"
+#include "phantstruct.h"
+#include "phantglobs.h"
+#include "pathnames.h"