Difference for include/sproto.h from version 1.66 to 1.67


version 1.66 version 1.67
Line 825
 
Line 825
 void tick_the_clock(void);  void tick_the_clock(void);
 void init_weather(void);  void init_weather(void);
 void perform_weather(void);  void perform_weather(void);
   void write_skymap(void);
 void write_pressuremap(void);  void write_pressuremap(void);
 void read_pressuremap(void);  void read_pressuremap(void);
 void init_pressure(void);  void init_pressure(void);
Line 858
 
Line 859
 void plot_gulfstream(void);  void plot_gulfstream(void);
 int worldmap_to_weathermap(int x, int y, int *wx, int *wy, char *filename);  int worldmap_to_weathermap(int x, int y, int *wx, int *wy, char *filename);
 int real_temperature(int x, int y);  int real_temperature(int x, int y);
   void compute_sky(void);


Legend:
line(s) removed in v.1.66 
line(s) changed
 line(s) added in v.1.67

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