add a missing section header table index conversion
[tangerine.git] / workbench / prefs / time / vars.h
blob730debe839b13cb72b2d1ef74a2a1339691018af
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 #ifndef VAR
10 #define VAR extern
11 #endif
13 VAR struct IntuitionBase *IntuitionBase;
14 VAR struct GfxBase *GfxBase;
16 #ifdef __AROS__
17 VAR struct UtilityBase *UtilityBase;
18 VAR struct LocaleBase *LocaleBase;
19 #else
20 VAR struct Library *UtilityBase;
21 VAR struct Library *LocaleBase;
22 #endif
24 VAR struct Library *MUIMasterBase;
25 VAR struct Device *TimerBase;
26 VAR struct MUI_CustomClass *calendarmcc;
27 VAR struct MUI_CustomClass *clockmcc;
28 VAR struct MsgPort *TimerMP;
29 VAR struct timerequest *TimerIO;
30 VAR struct Catalog *catalog;
31 VAR struct ClockData clockdata;
32 VAR UBYTE s[256];
34 VAR LONG prog_exitcode;
36 VAR Object *app, *wnd, *calobj, *clockobj;
37 VAR Object *monthobj, *yearobj;
38 VAR Object *hourobj, *minobj, *secobj;