Attempting to build Quake and Doom for ARM. Let's see what happens.
[AROS-Contrib.git] / fish / worldtime / wtime.h
blob495605d8878952a3782cd62ca5555f7da4a3f51b
1 struct TimeZone {
2 char name[14];
3 float time;
4 };
6 struct TimeZone TimeZones[84];
8 /*
9 extern struct IntuitionBase *IntuitionBase;
10 extern struct GfxBase *GfxBase;
11 extern struct Window *Window;
12 extern struct RastPort *rp;
13 extern struct IntuiMessage *Msg;
14 extern struct NewWindow win,iconwin;
15 extern char yourplace[20],otherplace[20],defotherplace[20];
16 extern float yourtime,othertime,defothertime;
17 extern struct timerequest timereq;
18 extern struct MsgPort *timerport;
19 extern char *months[12],*days[7],*shortmonths[12];
20 extern int wdays[12];
21 extern int lastmin,timeoff,lastday;
22 extern int todaycol,yesterdaycol,tomorrowcol,clockcol,citycol;