This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | PA_PUNCH 1 |
#define | PA_CLUB 2 |
#define | PA_KICK 3 |
#define | PA_AXE 4 |
#define | PA_SWORD 5 |
#define | PA_MACE 6 |
#define | PA_TRIP 7 |
#define | PA_SAW 8 |
#define | P_LEFT 1 |
#define | P_RIGHT 2 |
#define P_LEFT 1 |
Definition at line 26 of file mech.physical.h.
Referenced by get_arm_args(), mech_axe(), mech_kickortrip(), mech_mace(), mech_punch(), mech_saw(), and mech_sword().
#define P_RIGHT 2 |
Definition at line 27 of file mech.physical.h.
Referenced by get_arm_args(), mech_axe(), mech_kickortrip(), mech_mace(), mech_punch(), mech_saw(), and mech_sword().
#define PA_AXE 4 |
Definition at line 20 of file mech.physical.h.
Referenced by mech_axe(), phys_form(), PhysicalAttack(), and PhysicalDamage().
#define PA_CLUB 2 |
Definition at line 18 of file mech.physical.h.
Referenced by mech_club(), phys_form(), PhysicalAttack(), and PhysicalDamage().
#define PA_KICK 3 |
Definition at line 19 of file mech.physical.h.
Referenced by mech_kick(), phys_form(), PhysicalAttack(), and PhysicalDamage().
#define PA_MACE 6 |
Definition at line 22 of file mech.physical.h.
Referenced by mech_mace(), phys_form(), PhysicalAttack(), and PhysicalDamage().
#define PA_PUNCH 1 |
Definition at line 17 of file mech.physical.h.
Referenced by mech_punch(), phys_form(), PhysicalAttack(), and PhysicalDamage().
#define PA_SAW 8 |
Definition at line 24 of file mech.physical.h.
Referenced by mech_saw(), phys_form(), PhysicalAttack(), and PhysicalDamage().
#define PA_SWORD 5 |
Definition at line 21 of file mech.physical.h.
Referenced by mech_sword(), phys_form(), PhysicalAttack(), and PhysicalDamage().
#define PA_TRIP 7 |
Definition at line 23 of file mech.physical.h.
Referenced by mech_trip(), phys_form(), and PhysicalAttack().