version 1.74 | | version 1.75 |
---|
| | |
void init_weather(void); | | void init_weather(void); |
void perform_weather(void); | | void perform_weather(void); |
void weather_effect(char *filename); | | void weather_effect(char *filename); |
object *avoid_weather(int *av, mapstruct *m, int x, int y, int *gs); | | 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 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 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 plant_a_garden(mapstruct *m, int wx, int wy, char *filename); |
| | |
void plot_gulfstream(void); | | void plot_gulfstream(void); |
void compute_sky(void); | | void compute_sky(void); |
void weather_effect(char *filename); | | 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 change_the_world(mapstruct *m, int wx, int wy, char *filename); |
void feather_map(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); |