version 1.73 | | version 1.74 |
---|
| | |
void smooth_wind(void); | | void smooth_wind(void); |
void plot_gulfstream(void); | | void plot_gulfstream(void); |
void compute_sky(void); | | void compute_sky(void); |
| | void weather_effect(char *filename); |
| | object *avoid_weather(int *av, mapstruct *m, int x, int y, int *gs, int grow); |
| | void let_it_snow(mapstruct *m, int wx, int wy, char *filename); |
| | void singing_in_the_rain(mapstruct *m, int wx, int wy, char *filename); |
| | void plant_a_garden(mapstruct *m, int wx, int wy, char *filename); |
| | void change_the_world(mapstruct *m, int wx, int wy, char *filename); |
| | void feather_map(mapstruct *m, int wx, int wy, char *filename); |
void process_rain(void); | | void process_rain(void); |