134603Sbostic /* 234603Sbostic * include.h - includes all important files for Phantasia 334603Sbostic */ 434603Sbostic 534603Sbostic #include <ctype.h> 634603Sbostic #include <curses.h> 734603Sbostic #include <math.h> 834603Sbostic #include <setjmp.h> 934603Sbostic #include <signal.h> 1034603Sbostic #include <time.h> 11*56102Selan #include <errno.h> 1234603Sbostic 1334603Sbostic #include "macros.h" 1434603Sbostic #include "phantdefs.h" 1534603Sbostic #include "phantstruct.h" 1634603Sbostic #include "phantglobs.h" 1740279Sbostic #include "pathnames.h" 18