00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #include "config.h"
00013
00014 #ifndef _P_MECH_CONSISTENCY_H
00015 #define _P_MECH_CONSISTENCY_H
00016
00017
00018 int susp_factor(MECH * mech);
00019 int engine_weight(MECH * mech);
00020 int mech_weight_sub_mech(dbref player, MECH * mech, int interactive);
00021 int mech_weight_sub_veh(dbref player, MECH * mech, int interactive);
00022 int mech_weight_sub(dbref player, MECH * mech, int interactive);
00023 void mech_weight(dbref player, void *data, char *buffer);
00024 void vehicle_int_check(MECH * mech, int noisy);
00025 void mech_int_check(MECH * mech, int noisy);
00026 int crit_weight(MECH *mech, int t);
00027
00028 #endif