/* $id$ */ #ifndef INCLUDE_BBS_H #define INCLUDE_BBS_H #ifdef __cplusplus extern "C" { #endif #include "osdep.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* our header */ #include "config.h" /* common library */ #include "cmsys.h" #include "cmbbs.h" #ifdef __dietlibc__ #include "cmdiet.h" #endif #include "ansi.h" #include "visio.h" #include "statistic.h" #include "uflags.h" #include "pttstruct.h" #include "fav.h" #include "common.h" #include "perm.h" #include "modes.h" #include "chess.h" #include "proto.h" #include "fnv_hash.h" #ifdef ASSESS #include "assess.h" #endif #ifdef CONVERT #include "convert.h" #endif #ifndef INCLUDE_VAR_H #include "var.h" #endif #ifdef __cplusplus } #endif #endif /* INCLUDE_BBS_H */