554eb505f8
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh
18 lines
316 B
C
18 lines
316 B
C
/*
|
|
* 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 "macros.h"
|
|
#include "phantdefs.h"
|
|
#include "phantstruct.h"
|
|
#include "phantglobs.h"
|
|
#include "pathnames.h"
|