Difference for include/sproto.h from version 1.126 to 1.127


version 1.126 version 1.127
Line 873
 
Line 873
 void init_weatheravoid(weather_avoids_t wa[]);  void init_weatheravoid(weather_avoids_t wa[]);
 void init_weather(void);  void init_weather(void);
 void perform_weather(void);  void perform_weather(void);
 void weather_effect(char *filename);  void weather_effect(const char *filename);
 object *avoid_weather(int *av, mapstruct *m, int x, int y, int *gs, int grow);  object *avoid_weather(int *av, mapstruct *m, int x, int y, int *gs, int grow);
 void calculate_temperature(mapstruct *m, int wx, int wy);  void calculate_temperature(mapstruct *m, int wx, int wy);
 void let_it_snow(mapstruct *m, int wx, int wy, char *filename);  void let_it_snow(mapstruct *m, int wx, int wy);
 void singing_in_the_rain(mapstruct *m, int wx, int wy, char *filename);  void singing_in_the_rain(mapstruct *m, int wx, int wy);
 void plant_a_garden(mapstruct *m, int wx, int wy, char *filename);  void plant_a_garden(mapstruct *m, int wx, int wy);
 void change_the_world(mapstruct *m, int wx, int wy, char *filename);  void change_the_world(mapstruct *m, int wx, int wy);
 void feather_map(mapstruct *m, int wx, int wy, char *filename);  void feather_map(mapstruct *m, int wx, int wy);
 int worldmap_to_weathermap(int x, int y, int *wx, int *wy, mapstruct *m);  int worldmap_to_weathermap(int x, int y, int *wx, int *wy, mapstruct *m);
 const char *weathermap_to_worldmap_corner(int wx, int wy, int *x, int *y, int dir);  const char *weathermap_to_worldmap_corner(int wx, int wy, int *x, int *y, int dir);
 int polar_distance(int x, int y, int equator);  int polar_distance(int x, int y, int equator);


Legend:
line(s) removed in v.1.126 
line(s) changed
 line(s) added in v.1.127

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