This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| Data Structures | |
| struct | mech_rarity | 
| Defines | |
| #define | NUM_MECHA (sizeof(mech_availability)/sizeof(struct mech_rarity)-1) | 
| #define | NUM_AEROS (sizeof(aero_availability)/sizeof(struct mech_rarity)-1) | 
| Enumerations | |
| enum | { FAC_FS, FAC_DC, FAC_LC, FAC_CC, FAC_FWL, FAC_MERC, FAC_MISC, FAC_FC, NUM_FACS } | 
| Variables | |
| static char * | side_names [] | 
| static char * | side_names_short [] | 
| mech_rarity | mech_availability [] | 
| mech_rarity | aero_availability [] | 
| #define NUM_AEROS (sizeof(aero_availability)/sizeof(struct mech_rarity)-1) | 
Definition at line 317 of file mech.avail.h.
| #define NUM_MECHA (sizeof(mech_availability)/sizeof(struct mech_rarity)-1) | 
Definition at line 234 of file mech.avail.h.
| anonymous enum | 
| struct mech_rarity aero_availability[] | 
Definition at line 236 of file mech.avail.h.
| struct mech_rarity mech_availability[] | 
| char* side_names[]  [static] | 
Initial value:
 {
    "Federated Suns",
    "Draconis Combine",
    "Lyran Commonwealth",
    "Capellan Confederation",
    "Free Worlds League",
    "MERCenary",
    "MISC",
    "Federated Commonwealth",
    NULL
}
Definition at line 24 of file mech.avail.h.
Referenced by mech_list_maker().
| char* side_names_short[]  [static] | 
Initial value:
 {
    "fs", "dc", "lc", "cc", "fwl", "merc", "misc", "fc", NULL
}
Definition at line 36 of file mech.avail.h.
Referenced by debug_makemechs(), and fun_btmakemechs().
 1.4.7
 1.4.7