summaryrefslogtreecommitdiff
path: root/games/phantasia/include.h
blob: 447856657ad3e2a850c6495322f63d65b8aeece4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*	$OpenBSD: include.h,v 1.2 1998/11/29 19:56:56 pjanzen Exp $	*/
/*	$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 <errno.h>
#include <math.h>
#include <setjmp.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>

#include "macros.h"
#include "phantdefs.h"
#include "phantstruct.h"
#include "phantglobs.h"
#include "pathnames.h"