dyrt/
dyrt/bin/
dyrt/data/MAIL/
dyrt/data/WIZ_ZONES/
dyrt/include/machine/
dyrt/src/misc/cpp/
#ifndef __WEATHER_H__ 
#define __WEATHER_H__ 



#define SUNNY     0
#define RAINY     1
#define RAIN      1
#define CLOUDY    2
#define CLEARING  3
#define STORMY    4

#define ISHOT     100
#define ISCOLD    101
#define ISNORMAL  102


#endif /* Add nothing past this line... */