OpenBSD-4.6/games/phantasia/include.h

Compare this file to the similar file:
Show the results in this format:

/*	$OpenBSD: include.h,v 1.3 2001/02/04 02:51:23 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 <sys/param.h>

#include <ctype.h>
#include <curses.h>
#include <err.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"