src/hcode/btech/mech.avail.h File Reference

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 Documentation

#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.


Enumeration Type Documentation

anonymous enum

Enumerator:
FAC_FS 
FAC_DC 
FAC_LC 
FAC_CC 
FAC_FWL 
FAC_MERC 
FAC_MISC 
FAC_FC 
NUM_FACS 

Definition at line 19 of file mech.avail.h.

00019      {
00020     FAC_FS, FAC_DC, FAC_LC, FAC_CC, FAC_FWL, FAC_MERC, FAC_MISC, FAC_FC,
00021     NUM_FACS
00022 };


Variable Documentation

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().


Generated on Mon May 28 04:25:35 2007 for BattletechMUX by  doxygen 1.4.7