1995-04-24 16:21:37 +04:00
|
|
|
/* $NetBSD: include.h,v 1.3 1995/04/24 12:24:31 cgd Exp $ */
|
1995-03-24 06:58:08 +03:00
|
|
|
|
1994-10-22 00:19:39 +03:00
|
|
|
/*
|
|
|
|
* 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>
|
1995-04-24 16:21:37 +04:00
|
|
|
#include <string.h>
|
1994-10-22 00:19:39 +03:00
|
|
|
|
|
|
|
#include "macros.h"
|
|
|
|
#include "phantdefs.h"
|
|
|
|
#include "phantstruct.h"
|
|
|
|
#include "phantglobs.h"
|
|
|
|
#include "pathnames.h"
|