This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | addmenu(str) CreateMenuEntry_Simple(&c, str, CM_TWO) |
#define | addmenu4(str) CreateMenuEntry_Simple(&c, str, CM_FOUR) |
#define | addline() CreateMenuEntry_Simple(&c, NULL, CM_ONE|CM_LINE) |
#define | addempty() CreateMenuEntry_Simple(&c, " ", CM_ONE) |
#define | addnull() CreateMenuEntry_Simple(&c, " ", CM_TWO) |
#define | vsi(str) CreateMenuEntry_VSimple(&c, str) |
#define | sim(str, flag) CreateMenuEntry_Simple(&c, str, flag) |
#define | cent(str) sim(str,CM_ONE|CM_CENTER) |
#define addempty | ( | ) | CreateMenuEntry_Simple(&c, " ", CM_ONE) |
#define addline | ( | ) | CreateMenuEntry_Simple(&c, NULL, CM_ONE|CM_LINE) |
Definition at line 22 of file mycool.h.
Referenced by auto_listcommands(), bomb_list(), debug_xptop(), list_xcodestuff(), mech_list_maker(), mech_weight_sub_mech(), mech_weight_sub_veh(), show_charstatus(), show_mechs_damage(), and tech_repairs().
#define addmenu | ( | str | ) | CreateMenuEntry_Simple(&c, str, CM_TWO) |
#define addmenu4 | ( | str | ) | CreateMenuEntry_Simple(&c, str, CM_FOUR) |
#define cent | ( | str | ) | sim(str,CM_ONE|CM_CENTER) |
Definition at line 31 of file mycool.h.
Referenced by bomb_list(), list_xcodestuff(), mech_weight_sub_mech(), mech_weight_sub_veh(), show_mechs_damage(), and tech_repairs().
Definition at line 30 of file mycool.h.
Referenced by do_ugly_things(), DoSpecialObjectHelp(), list_xcodestuff(), and mech_list_maker().
#define vsi | ( | str | ) | CreateMenuEntry_VSimple(&c, str) |
Definition at line 29 of file mycool.h.
Referenced by auto_listcommands(), bomb_list(), describe_repairs(), DoSpecialObjectHelp(), mech_list_maker(), mech_weight_sub_mech(), mech_weight_sub_veh(), show_mechs_damage(), and tech_repairs().