version 1.66 | | version 1.67 |
---|
| | |
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); |
| | |
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); |