freebsd-dev/games/phantasia/include.h
Andrey A. Chernov 0ba4030b3d Use srandomdev
1997-09-24 05:28:05 +00:00

19 lines
336 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 <stdlib.h>
#include "macros.h"
#include "phantdefs.h"
#include "phantstruct.h"
#include "phantglobs.h"
#include "pathnames.h"