/* * include.h - includes all important files for Phantasia */ #include #ifndef COMPILING_SETUP #include #endif #include #include #include #include #include #include #include #include #include #ifdef COMPILING_SETUP /* XXX this used to be provided by curses.h */ #include /* for FILE */ #include /* for bool */ #ifndef TRUE #define TRUE true #endif #endif #include "macros.h" #include "phantdefs.h" #include "phantstruct.h" #include "phantglobs.h" #include "pathnames.h"