btmux-0.6-rc3/doc/
btmux-0.6-rc3/event/
btmux-0.6-rc3/game/
btmux-0.6-rc3/game/maps/
btmux-0.6-rc3/game/mechs/
btmux-0.6-rc3/include/
btmux-0.6-rc3/misc/
btmux-0.6-rc3/python/
btmux-0.6-rc3/src/hcode/btech/
btmux-0.6-rc3/tree/
/* p.mech.combat.misc.h */

#ifndef _P_MECH_COMBAT_MISC_H
#define _P_MECH_COMBAT_MISC_H

void decrement_ammunition(MECH * mech, int weapindx, int section,
    int critical, int ammoLoc, int ammoCrit, int ammoLoc1, int ammoCrit1,
    int wGattlingShots);
void mech_ammowarn_event(MUXEVENT * e);
void ammo_expedinture_check(MECH * mech, int weapindx, int ns);
void heat_effect(MECH * mech, MECH * tempMech, int heatdam,
    int fromInferno);
void Inferno_Hit(MECH * mech, MECH * hitMech, int missiles, int LOS);
void KillMechContentsIfIC(dbref aRef);
void DestroyMech(MECH * target, MECH * mech, int bc);
char *short_hextarget(MECH * mech);

#endif				/* _P_MECH_COMBAT_MISC_H */