home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 565a.lha / WorldTime_v1.31 / wtime.h < prev   
C/C++ Source or Header  |  1991-11-06  |  634b  |  22 lines

  1. struct TimeZone {
  2.     char name[14];
  3.     float time;
  4. };
  5.  
  6. struct TimeZone TimeZones[84];
  7.  
  8. extern struct IntuitionBase *IntuitionBase;
  9. extern struct GfxBase *GfxBase;
  10. extern struct Window *Window;
  11. extern struct RastPort *rp;
  12. extern struct IntuiMessage *Msg;
  13. extern struct NewWindow win,iconwin;
  14. extern char yourplace[20],otherplace[20],defotherplace[20];
  15. extern float yourtime,othertime,defothertime;
  16. extern struct timerequest timereq;
  17. extern struct MsgPort *timerport;
  18. extern char *months[12],*days[7],*shortmonths[12];
  19. extern int wdays[12];
  20. extern int lastmin,timeoff,lastday;
  21. extern int todaycol,yesterdaycol,tomorrowcol,clockcol,citycol;
  22.