* Remove register keywords.
[dragonfly.git] / games / phantasia / include.h
... / ...
CommitLineData
1/*
2 * include.h - includes all important files for Phantasia
3 *
4 * $DragonFly: src/games/phantasia/include.h,v 1.3 2005/05/31 00:06:26 swildner Exp $
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 <stdlib.h>
15#include <fcntl.h>
16#include <string.h>
17#include <unistd.h>
18
19#include "macros.h"
20#include "phantdefs.h"
21#include "phantstruct.h"
22#include "phantglobs.h"
23#include "pathnames.h"