Difference for include/sproto.h from version 1.74 to 1.75


version 1.74 version 1.75
Line 852
 
Line 852
 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);
Line 871
 
Line 871
 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);


Legend:
line(s) removed in v.1.74 
line(s) changed
 line(s) added in v.1.75

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:31