File weather.c
Included Files
#include "structs.h"
#include "utils.h"
#include "comm.h"
#include "handler.h"
#include "interpreter.h"
#include "db.h"
External Variables
time_info
extern struct time_info_data time_info
- Defined in:
-
- db.c
Global Function another_hour()
void another_hour ( int mode )
- Prototyped in:
-
- weather.c
- Calls:
-
- send_to_outdoor() : comm.c
- Called by:
-
- weather_and_time() : weather.c
- References Variables:
-
- time_info : db.c
- weather_info : db.c
Global Function weather_and_time()
void weather_and_time ( int mode )
- Prototyped in:
-
- weather.c
- Calls:
-
- another_hour() : weather.c
- weather_change() : weather.c
- Called by:
-
- heartbeat() : comm.c
Global Function weather_change()
void weather_change ( void )
- Prototyped in:
-
- weather.c
- Calls:
-
- MAX() : utils.c
- MIN() : utils.c
- dice() : utils.c
- send_to_outdoor() : comm.c
- Called by:
-
- weather_and_time() : weather.c
- References Variables:
-
- time_info : db.c
- weather_info : db.c