Difference for include/sproto.h from version 1.68 to 1.69


version 1.68 version 1.69
Line 139
 
Line 139
 int command_strings(object *op, char *params);  int command_strings(object *op, char *params);
 int command_sstable(object *op, char *params);  int command_sstable(object *op, char *params);
 int command_time(object *op, char *params);  int command_time(object *op, char *params);
   int command_weather(object *op, char *params);
 int command_archs(object *op, char *params);  int command_archs(object *op, char *params);
 int command_hiscore(object *op, char *params);  int command_hiscore(object *op, char *params);
 int command_debug(object *op, char *params);  int command_debug(object *op, char *params);
Line 864
 
Line 865
 int real_temperature(int x, int y);  int real_temperature(int x, int y);
 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);
 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 process_rain(void);  void process_rain(void);


Legend:
line(s) removed in v.1.68 
line(s) changed
 line(s) added in v.1.69

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