]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - phantasia/include.h
Sync to 4.4BSD-Lite2, not that you'd know because none of these files have SCCS ID...
[bsdgames-darwin.git] / phantasia / include.h
1 /* $NetBSD: include.h,v 1.3 1995/04/24 12:24:31 cgd Exp $ */
2
3 /*
4 * include.h - includes all important files for Phantasia
5 */
6
7 #include <ctype.h>
8 #include <curses.h>
9 #include <math.h>
10 #include <setjmp.h>
11 #include <signal.h>
12 #include <time.h>
13 #include <errno.h>
14 #include <string.h>
15
16 #include "macros.h"
17 #include "phantdefs.h"
18 #include "phantstruct.h"
19 #include "phantglobs.h"
20 #include "pathnames.h"