btmux-0.6-rc4/doc/
btmux-0.6-rc4/event/
btmux-0.6-rc4/game/
btmux-0.6-rc4/game/maps/
btmux-0.6-rc4/game/mechs/
btmux-0.6-rc4/game/text/help/
btmux-0.6-rc4/game/text/help/cat_faction/
btmux-0.6-rc4/game/text/help/cat_inform/
btmux-0.6-rc4/game/text/help/cat_misc/
btmux-0.6-rc4/game/text/help/cat_mux/
btmux-0.6-rc4/game/text/help/cat_mux/cat_commands/
btmux-0.6-rc4/game/text/help/cat_mux/cat_functions/
btmux-0.6-rc4/game/text/help/cat_templates/
btmux-0.6-rc4/game/text/wizhelp/
btmux-0.6-rc4/include/
btmux-0.6-rc4/misc/
btmux-0.6-rc4/python/
btmux-0.6-rc4/src/hcode/btech/
btmux-0.6-rc4/tree/
/*
   p.mech.c3.misc.h
*/

#ifndef _P_MECH_C3_MISC_H
#define _P_MECH_C3_MISC_H

MECH *getMechInTempNetwork(int wIdx, dbref * myNetwork, int networkSize);
MECH *getOtherMechInNetwork(MECH * mech, int wIdx, int tCheckECM,
    int tCheckStarted, int tCheckUncon, int tIsC3);
void buildTempNetwork(MECH * mech, dbref * myNetwork, int *networkSize,
    int tCheckECM, int tCheckStarted, int tCheckUncon, int tIsC3);
void sendNetworkMessage(dbref player, MECH * mech, char *msg, int tIsC3);
void showNetworkTargets(dbref player, MECH * mech, int tIsC3);
void showNetworkData(dbref player, MECH * mech, int tIsC3);
int mechSeenByNetwork(MECH * mech, MECH * mechTarget, int isC3);
float findC3Range(MECH * mech, MECH * mechTarget, float realRange,
    dbref * c3Ref, int tIsC3);
float findC3RangeWithNetwork(MECH * mech, MECH * mechTarget,
    float realRange, dbref * myNetwork, int networkSize, dbref * c3Ref);
void debugC3(char *msg);

#endif