Now saves time.
[cake.git] / workbench / prefs / time / vars.h
blobe365e1897de10cb42c0b799814c489c57b8eefc8
1 /*
2 Copyright © 1995-2009, 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 APTR BattClockBase;
27 VAR struct MUI_CustomClass *calendarmcc;
28 VAR struct MUI_CustomClass *clockmcc;
29 VAR struct MsgPort *TimerMP;
30 VAR struct timerequest *TimerIO;
31 VAR struct Catalog *catalog;
32 VAR struct ClockData clockdata;
33 VAR UBYTE s[256];
35 VAR LONG prog_exitcode;
37 VAR Object *app, *wnd, *calobj, *clockobj;
38 VAR Object *monthobj, *yearobj;
39 VAR Object *hourobj, *minobj, *secobj;