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.map.weather.h */

#ifndef _P_MAP_WEATHER_H
#define _P_MAP_WEATHER_H

/* map.weather.c */

int validateWeatherConditions(int curConditions);
int calcWeatherEffects(MAP * map);
int calcWeatherGunEffects(MAP * map, int weapindx);
int calcWeatherPilotEffects(MECH * mech);
void setWeatherHeatEffects(MAP * map, MECH * mech);
void meltSnowAndIce(MAP * map, int x, int y, int depth, int emit,
    int makeSteam);
void growSnow(MAP * map, int lowDepth, int highDepth);

#endif				/* _P_MAP_WEATHER_H */