00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 #ifndef _FRDI_HEADERS_H 00020 #define _FRDI_HEADERS_H 00021 00022 #include "frdi_struct.h" 00023 00024 #include "frdi_app.h" 00025 #include "frdi_config.h" 00026 #include "frdi_dict.h" 00027 #include "frdi_exception.h" 00028 #include "frdi_lib.h" 00029 #include "frdi_list.h" 00030 #include "frdi_log.h" 00031 #include "frdi_net.h" 00032 #include "frdi_shuffle_deck.h" 00033 #include "frdi_game_outcome.h" 00034 #include "frdi_util.h" 00035 #include "frdi_game.h" 00036 00037 #ifdef DMALLOC 00038 #define START_OF_MAIN dmalloc_debug_setup(getenv("DMALLOC_OPTIONS")); 00039 #else 00040 #define START_OF_MAIN 00041 #endif /* DMALLOC */ 00042 00043 #endif /* _FRDI_HEADERS_H */ 00044 00045 /* End of File */